disable_wpseo_json_ld_search, false

disable_wpseo_json_ld_search, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('disable_wpseo_json_ld_search, false') is found 1 times:

  • /src/generators/schema/website.php line 76
    		 * Filter: 'disable_wpseo_json_ld_search' - Allow disabling of the json+ld output.
    		 *
    		 * @param bool $display_search Whether or not to display json+ld search on the frontend.
    		 */
    		if ( \apply_filters( 'disable_wpseo_json_ld_search', false ) ) {
    			return $data;
    		}
    
    		/**
    		 * Filter: 'wpseo_json_ld_search_url' - Allows filtering of the search URL for Yoast SEO.
    		 *