jetpack_is_fse_theme, $is_fse_theme

jetpack_is_fse_theme, $is_fse_theme

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_is_fse_theme, $is_fse_theme') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php line 433
    		 * @since 1.4.0
    		 *
    		 * @param boolean $is_fse_theme Is the theme an FSE theme.
    		 */
    		return apply_filters( 'jetpack_is_fse_theme', $is_fse_theme );
    	}
    
    	/**
    	 * Check whether or the block being registered is a standalone block,
    	 * running in a context outside of the Jetpack plugin.
    	 *