BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
CTR
/
wp-content
/
themes
/
porto
/
inc
/
admin
/
ReduxCore
/
inc
📤 Upload
📝 New File
📁 New Folder
Close
Editing: class.thirdparty.fixes.php
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } // Fix for the GT3 page builder: http://www.gt3themes.com/wordpress-gt3-page-builder-plugin/ /** @global string $pagenow */ if ( has_action( 'ecpt_field_options_' ) ) { global $pagenow; if ( $pagenow === 'admin.php' ) { remove_action( 'admin_init', 'pb_admin_init' ); } }
Save
Cancel