LLMS_Abstract_Generator_Posts::load_dependencies()
Load additional generator classes and other dependencies
Return Return
(void)
Source Source
File: includes/abstracts/llms-abstract-generator-posts.php
* @since 4.7.0 * * @return boolean If `true`, importing is enabled, otherwise importing is disabled. */ public function is_reusable_block_importing_enabled() { /** * Filter the status of reusable block importing for the generator.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |