Sindbad~EG File Manager
<?php
/**
* A helper object for author archives.
*
* @package Yoast\YoastSEO\Helpers
*/
namespace Yoast\WP\SEO\Helpers;
/**
* Class Author_Archive_Helper
*/
class Author_Archive_Helper {
/**
* Gets the array of post types that are shown on an author's archive.
*
* @return array The post types that are shown on an author's archive.
*/
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' ] );
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists