PluginProbe
WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell / trunk
WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell vtrunk
3.13.1 3.13.0 3.12.13 3.12.12 3.12.11 3.12.10 3.12.9 3.12.8 3.12.7 3.12.6 3.12.5 3.12.4 3.12.3 3.12.1 3.12.2 3.12.0 3.11.1 3.11.0 3.10.9 3.10.8 3.10.7 3.10.6 2.8.16 2.8.17 2.8.18 All 259 releases
wpfunnels / admin / partials / templates.php

templates.php in WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell trunk, at admin/partials/templates.php

14 lines 406 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wpfnl wpfnl-templates-page">
2 <div class="wpfnl-dashboard">
3 <nav class="wpfnl-dashboard__nav">
4 <?php use WPFunnels\Wpfnl_functions;
5 require_once WPFNL_DIR . '/admin/partials/dashboard-nav.php'; ?>
6 </nav>
7
8 <div class="dashboard-nav__content">
9 <div id="templates-library">
10
11 </div>
12 </div>
13 </div>
14 </div>