Yoast\WP\SEO\Generators

Generator_Interface::generate()publicYoast 1.0

Returns a string, or other Thing that the associated presenter can handle.

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

Хуков нет.

Возвращает

Разное.

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

$Generator_Interface = new Generator_Interface();
$Generator_Interface->generate( $context );
$context(Meta_Tags_Context) (обязательный)
The meta tags context.

Код Generator_Interface::generate() Yoast 22.4

public function generate( Meta_Tags_Context $context );