Yoast\WP\SEO\Dashboard\Domain\Filter_Pairs
Product_Category_Filter_Pair::get_filtered_content_type()
Gets the filtered content type.
Метод класса: Product_Category_Filter_Pair{}
Хуков нет.
Возвращает
Строку
. The filtered content type.
Использование
$Product_Category_Filter_Pair = new Product_Category_Filter_Pair(); $Product_Category_Filter_Pair->get_filtered_content_type(): string;
Код Product_Category_Filter_Pair::get_filtered_content_type() Product Category Filter Pair::get filtered content type Yoast 24.4
public function get_filtered_content_type(): string { return 'product'; }