PluginProbe ʕ •ᴥ•ʔ
PiWeb Product Enquiry or product catalog for WooCommerce / 2.2.33.49
PiWeb Product Enquiry or product catalog for WooCommerce v2.2.33.49
2.2.34.43 2.2.34.42 2.2.34.41 2.2.34.40 2.2.34.39 trunk 2.2.22 2.2.26 2.2.33.16 2.2.33.17 2.2.33.19 2.2.33.20 2.2.33.21 2.2.33.22 2.2.33.23 2.2.33.24 2.2.33.26 2.2.33.27 2.2.33.29 2.2.33.30 2.2.33.31 2.2.33.32 2.2.33.33 2.2.33.34 2.2.33.36 2.2.33.37 2.2.33.39 2.2.33.40 2.2.33.41 2.2.33.42 2.2.33.43 2.2.33.44 2.2.33.46 2.2.33.47 2.2.33.49 2.2.34.0 2.2.34.1 2.2.34.10 2.2.34.11 2.2.34.12 2.2.34.13 2.2.34.14 2.2.34.16 2.2.34.17 2.2.34.19 2.2.34.2 2.2.34.20 2.2.34.21 2.2.34.22 2.2.34.23 2.2.34.24 2.2.34.26 2.2.34.27 2.2.34.29 2.2.34.3 2.2.34.30 2.2.34.31 2.2.34.32 2.2.34.33 2.2.34.34 2.2.34.36 2.2.34.37 2.2.34.4 2.2.34.6 2.2.34.7 2.2.34.9
enquiry-quotation-for-woocommerce / includes / includes.php
enquiry-quotation-for-woocommerce / includes Last commit date
img 1 year ago ARIAL.TTF 1 year ago background.png 1 year ago banner-sample.php 1 year ago class-php-captcha.php 1 year ago class-pisol-enquiry-quotation-woocommerce-activator.php 1 year ago class-pisol-enquiry-quotation-woocommerce-deactivator.php 1 year ago class-pisol-enquiry-quotation-woocommerce-i18n.php 1 year ago class-pisol-enquiry-quotation-woocommerce-loader.php 1 year ago class-pisol-enquiry-quotation-woocommerce.php 1 year ago conflict-fixer.php 1 year ago includes.php 1 year ago index.php 1 year ago pisol.class.form.php 1 year ago pisol.class.promotion.php 1 year ago review-icon.svg 1 year ago review.php 1 year ago
includes.php
28 lines
1 <?php
2 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/pisol.class.form.php';
3 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/pisol.class.promotion.php';
4 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/review.php';
5 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/conflict-fixer.php';
6 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-php-captcha.php';
7
8 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-menu.php';
9 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-enquiry.php';
10 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-option.php';
11 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-advance.php';
12 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-product-options.php';
13 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-email.php';
14 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-form-control.php';
15 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-eqw-cart.php';
16 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/plugins.php';
17
18 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-eqw-product.php';
19 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-eqw-advance.php';
20 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-eqw-enquiry-cart.php';
21 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-email.php';
22 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-eqw-enquiry-shortcode.php';
23 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/partials/pisol-eqw-body.php';
24 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/partials/pisol-eqw-email-body.php';
25 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-pisol-form.php';
26 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-eqw-save-enquiry.php';
27 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-webhook.php';
28