-
Notifications
You must be signed in to change notification settings - Fork 15
friends_keyword_search_fields
Alex Kirk edited this page Oct 17, 2024
·
10 revisions
add_filter(
'friends_keyword_search_fields',
function ( array $string_list ) {
// Your code here
return $string_list;
}
);
-
array
$string_list
apply_filters( 'friends_keyword_search_fields', array( 'post_title', 'post_content' ) )