Changeset 2966444 for stockpack/trunk/stockpack.php
- Timestamp:
- 09/13/2023 12:41:58 PM (3 years ago)
- File:
-
- 1 edited
-
stockpack/trunk/stockpack.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stockpack/trunk/stockpack.php
r2823118 r2966444 6 6 * Author: Derikon Development 7 7 * Author URI: https://derikon.com/ 8 * Version: 3.3. 68 * Version: 3.3.7 9 9 * Text Domain: stockpack 10 10 * Domain Path: /languages … … 148 148 function stockpack_frontend_load() { 149 149 $load = false; 150 if ( isset( $_GET['et_fb'] ) || isset ( $_GET[' ct_builder'] ) || isset( $_GET['fl_builder'] ) || isset( $_GET['fb-edit'] ) || isset( $_GET['brizy-edit-iframe'] ) ) {150 if ( isset( $_GET['et_fb'] ) || isset ( $_GET['bricks'] ) || isset ( $_GET['ct_builder'] ) || isset( $_GET['fl_builder'] ) || isset( $_GET['fb-edit'] ) || isset( $_GET['brizy-edit-iframe'] ) ) { 151 151 $load = true; 152 152 }
Note: See TracChangeset
for help on using the changeset viewer.