Yoast\WP\SEO\Integrations
Schema_Blocks::register_hooks() public Yoast 1.0
Initializes the integration.
This is the place to register hooks and filters.
{} Это метод класса: Schema_Blocks{}
Хуков нет.
Возвращает
null.
Использование
$Schema_Blocks = new Schema_Blocks(); $Schema_Blocks->register_hooks();
Код Schema_Blocks::register_hooks() Schema Blocks::register hooks Yoast 15.6.2
public function register_hooks() {
\add_action( 'enqueue_block_editor_assets', [ $this, 'load' ] );
\add_action( 'admin_enqueue_scripts', [ $this, 'output' ] );
}