Enqueue control related scripts/styles.
WP_Customize_Control::__construct
Constructor.
WP_Comment::__get
Magic getter.
WP_Comment::__isset
Check whether a non-public property is set.
Advertisement
WP_Comment::populated_children
Set the ‘populated_children’ flag.
WP_Comment::get_child
Get a child comment by ID.
WP_Comment::add_child
Add a child to the comment.
WP_Comment::get_children
Get the children of a comment.
Advertisement
WP_Comment::to_array
Convert object to array.
WP_Comment::__construct
Constructor.
WP_Comment::get_instance
Retrieves a WP_Comment instance.
WP_Block_Type::get_attributes
Get all available block attributes including possible layout attribute from Columns block.
Advertisement
WP_Block_Type::set_props
Sets block type properties.
WP_Block_Type::prepare_attributes_for_render
Validates attributes against the current block schema, populating defaulted and missing values.
WP_Block_Type::is_dynamic
Returns true if the block type is dynamic, or false otherwise. A dynamic block is one which defers its rendering to occur on-demand at runtime.