WPSEO_Abstract_Post_Filter::get_post_types()
Returns the post types to which this filter should be added.
Метод класса: WPSEO_Abstract_Post_Filter{}
Хуков нет.
Возвращает
Массив
. The post types to which this filter should be added.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_post_types();
Код WPSEO_Abstract_Post_Filter::get_post_types() WPSEO Abstract Post Filter::get post types Yoast 24.0
protected function get_post_types() { return WPSEO_Post_Type::get_accessible_post_types(); }