LLMS_Abstract_Generator_Posts::is_image_sideloading_enabled()
Determines if image sideloading is enabled for the generator
Return Return
(boolean) If true
, sideloading is enabled, otherwise sideloading is disabled.
Source Source
File: includes/abstracts/llms-abstract-generator-posts.php
$this->reusable_blocks[ $block_id ] = $id; /** * Triggered when a new reusable block is created during an import * * @since 4.7.0 * * @param int $id WP_Post ID of the block. * @param array $block Array of block information from the import. */ do_action( 'llms_generator_new_reusable_block', $id, $block ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |