mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://stackoverflow.com/questions/38619924/can-i-remove-the-json-ld-schema-that-yoast-adds-to-my-wordpress-site/40305802
1 line
62 B
Text
1 line
62 B
Text
add_filter( 'wpseo_json_ld_output', '__return_empty_array' );
|