Yoast\WP\SEO\Dashboard\Domain\Filter_Pairs

Product_Category_Filter_Pair::get_filtered_content_type()publicYoast 1.0

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() Yoast 24.4

public function get_filtered_content_type(): string {
	return 'product';
}