Skip to content

Instantly share code, notes, and snippets.

@danemorgan
Last active June 30, 2021 08:57
Show Gist options
  • Save danemorgan/b46234f883c8c3007079e90f4468a8f1 to your computer and use it in GitHub Desktop.
Save danemorgan/b46234f883c8c3007079e90f4468a8f1 to your computer and use it in GitHub Desktop.
public function get_author_archive_post_types() {
/**
* Filters the array of post types that are shown on an author's archive.
*
* @param array $args The post types that are shown on an author archive.
*/
return \apply_filters( 'wpseo_author_archive_post_types', [ 'post', 'custom_post_type' ] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment