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.


Top ↑

Source Source

File: includes/abstracts/llms-abstract-generator-posts.php

616
617
618
619
620
621
622
623
624
625
626
627
628
    $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 );
 
}


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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