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/title-weight-not-being-acknowledged/ https://www.relevanssi.com/user-manual/filter-hooks/relevanssi_orderby-relevanssi_order/
3 lines
106 B
Text
3 lines
106 B
Text
add_filter( 'relevanssi_orderby', function ( $orderby ) {
|
|
return array( 'relevance' => 'desc' );
|
|
} );
|