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