mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://jodyvanv.com/how-to-remove-change-person-author-schema-yoast-seo-plugin-wordpress/
1 line
61 B
Text
1 line
61 B
Text
add_filter( 'wpseo_schema_needs_author', '__return_false' );
|