jetpack_module_configurable_custom-css

jetpack_module_configurable_custom-css

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.7

apply_filters('jetpack_module_configurable_custom-css') is found 1 times:

  • /modules/custom-css.php line 60

    Warning: Undefined array key 64 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 65 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    56
    57
    58
    59
    60
    61
    62
    63
    64
        }
    }
     
    // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    if ( ! apply_filters( 'jetpack_module_configurable_custom-css', null ) ) {
        add_action( 'jetpack_modules_loaded', 'custom_css_loaded' );
     
        jetpack_load_custom_css();
    }