Yoast\WP\SEO\Builders
Indexable_Author_Builder::__construct()
Indexable_Author_Builder constructor.
Метод класса: Indexable_Author_Builder{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Indexable_Author_Builder = new Indexable_Author_Builder(); $Indexable_Author_Builder->__construct(;
Код Indexable_Author_Builder::__construct() Indexable Author Builder:: construct Yoast 20.0
public function __construct( Author_Archive_Helper $author_archive, Indexable_Builder_Versions $versions, Post_Helper $post_helper, wpdb $wpdb ) { $this->author_archive = $author_archive; $this->version = $versions->get_latest_version_for_type( 'user' ); $this->post_helper = $post_helper; $this->wpdb = $wpdb; }