Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Blocks::get_dynamic_block_names()
Retrieve a list of dynamic block names registered with WordPress (excluding LifterLMS blocks).
Return Return
(array)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks.php
} /** * Retrieve a list of dynamic block names registered with WordPress (excluding LifterLMS blocks). * * @since 1.5.1 * * @return array */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.5.1 | Introduced. |