PluginProbe
If-So Dynamic Content – Elementor & All Page Builders Personalization / trunk
If-So Dynamic Content – Elementor & All Page Builders Personalization vtrunk
1.10.1 1.10.0.1 1.10 1.9.9 1.9.2.2 1.9.3 1.9.3.1 1.9.3.2 1.9.4 1.9.4.1 1.9.5 1.9.5.1 1.9.6 1.9.7 1.9.8 trunk 0.1 1.0 1.0.1 1.0.2 1.0.3 1.0.5 1.0.6 1.0.7 1.0.8 All 100 releases
if-so / extensions / extension-base / ifso-extension-include.php

ifso-extension-include.php in If-So Dynamic Content – Elementor & All Page Builders Personalization trunk, at extensions/extension-base/ifso-extension-include.php

8 lines 342 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 //Extension base classes
3 require_once (__DIR__ . '/extension-base.class.php');
4 require_once (__DIR__ . '/conditions-extension-base.class.php');
5 //Interfaces for ExtensionMain
6 require_once (__DIR__ . '/interfaces/extension-main-hasbulksconditions.interface.php');
7 //Settings
8 require_once (__DIR__ . '/extension-settings-base.class.php');