Skip to content

friends_author_post_type

github-actions[bot] edited this page Mar 26, 2026 · 4 revisions

Auto-generated Example

add_filter(
   'friends_author_post_type',
    function(
        $get,
        $this
    ) {
        // Your code here.
        return $get;
    },
    10,
    2
);

Parameters

  • $get
  • $this

Files

apply_filters( 'friends_author_post_type', $query->get( 'post_type' ), $this )

← All Hooks

Clone this wiki locally