Yoast\WP\SEO\Bulk_Editor\Domain\Updates

Update_Type::searchpublic staticYoast 1.0

Creates the search appearance type.

Метод класса: Update_Type{}

Хуков нет.

Возвращает

self. The search appearance type.

Использование

$result = Update_Type::search(): self;

Код Update_Type::search() Yoast 28.3

public static function search(): self {
	return new self( self::SEARCH );
}