mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-02 12:02:25 +08:00
https://jodyvanv.com/snippets/remove-yoast-wordpress-seo-plugins-search-schema-markup-from-the-wordpress-head/
1 line
63 B
Text
1 line
63 B
Text
add_filter( 'disable_wpseo_json_ld_search', '__return_true' );
|