Yoast\WP\SEO\Integrations\Blocks
Dynamic_Block::present() public Yoast 1.0
Presents the block output. This is abstract because in the loop we need to be able to build the data for the presenter in the last moment.
{} Это метод класса: Dynamic_Block{}
Хуков нет.
Возвращает
Строку. The block output.
Использование
$Dynamic_Block = new Dynamic_Block(); $Dynamic_Block->present( $attributes );
- $attributes(массив) (обязательный)
- The block attributes.
Код Dynamic_Block::present() Dynamic Block::present Yoast 15.6.2
abstract public function present( $attributes );