mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://wordpress.org/support/topic/is-it-possible-to-remove-the-post_content-from-the-indexing/ https://www.relevanssi.com/user-manual/filter-hooks/relevanssi_index_content/
1 line
60 B
Text
1 line
60 B
Text
add_filter( 'relevanssi_index_content', '__return_false' );
|