-
Notifications
You must be signed in to change notification settings - Fork 19
friends_author_post_type
github-actions[bot] edited this page Mar 26, 2026
·
4 revisions
add_filter(
'friends_author_post_type',
function(
$get,
$this
) {
// Your code here.
return $get;
},
10,
2
);$get$this
apply_filters( 'friends_author_post_type', $query->get( 'post_type' ), $this )