Plugin Directory


Ignore:
Timestamp:
09/13/2023 12:41:58 PM (3 years ago)
Author:
stockpack
Message:

Add support to bricks builder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stockpack/trunk/stockpack.php

    r2823118 r2966444  
    66 * Author: Derikon Development
    77 * Author URI: https://derikon.com/
    8  * Version: 3.3.6
     8 * Version: 3.3.7
    99 * Text Domain: stockpack
    1010 * Domain Path: /languages
     
    148148    function stockpack_frontend_load() {
    149149        $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'] ) ) {
    151151            $load = true;
    152152        }
Note: See TracChangeset for help on using the changeset viewer.