apply_filters( 'llms_blocks_render_php_template_block', string $block_content, array $attributes, array $template, LLMS_Blocks_PHP_Template_Block $block )

Filters the block html.


Parameters Parameters

$block_content

(string) The block's html.

$attributes

(array) The block's array of attributes.

$template

(array) The template file basename to be rendered.

$block

(LLMS_Blocks_PHP_Template_Block) This block object.


Top ↑

Source Source

File: libraries/lifterlms-blocks/includes/blocks/class-llms-blocks-php-template-block.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.