LLMS_Abstract_Generator_Posts::create_reusable_block( int $block_id, array $block )

Creates a reusable block


Description Description


Parameters Parameters

$block_id

(Required) WP_Post ID of the block being imported. This will be the ID as found on the original site.

$block

(Required) Array of block data.

  • 'title'
    (string) Title of the reusable block.
  • 'content'
    (string) Content of the reusable block.


Top ↑

Return Return

(bool|int) The WP_Post ID of the new block on success or false on error.


Top ↑

Source Source

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


			

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.