| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/rishh/XStore Theme/xstore/framework/compatibility/ |
| Current File : //home/udaipurk/www/websites/rishh/XStore Theme/xstore/framework/compatibility/gutenberg.php |
<?php
/**
* Gutenberg actions/filters
*
* @package gutenberg.php
* @since 8.3.4
* @author Stas
* @link http://xstore.8theme.com
* @license Themeforest Split Licence
*/
defined( 'ABSPATH' ) || exit( 'Direct script access denied.' );
add_action('init', function () {
if ( get_theme_mod( 'disable_block_css', 0 ) ) {
remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );
remove_action( 'in_admin_header', 'wp_global_styles_render_svg_filters' );
}
});