apply_filters( 'llms_blocks_visibility_render_block', string $content, array $block )

Filters a blocks content after it has been run through visibility attribute filters


Parameters Parameters

$content

(string) The HTML content for a block. May be an empty string if the block should be invisible to the current user.

$block

(array) Block data array.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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