Pushes the top block from the parsing stack to the output list.
WP_Block_Parser::add_inner_block
Given a block structure from memory pushes a new block to the output list.
WP_Block_Parser::add_freeform
Pushes a length of text from the input document to the output list as a freeform block.
WP_Block_Parser::freeform
Returns a new block object for freeform HTML
Advertisement
WP_Block_Parser::next_token
Scans the document from where we last left off and finds the next valid token to parse if it exists
WP_Block_Parser::proceed
Processes the next token from the input document and returns whether to proceed eating more tokens
WP_Block_Parser::parse
Parses a document and returns a list of block structures
WP_Block_Parser_Frame::__construct
Constructor
Advertisement
WP_Block_Parser_Block::__construct
Constructor.
WP_Ajax_Response::send
Display XML formatted responses.
WP_Ajax_Response::add
Appends data to an XML response based on given arguments.
WP_Ajax_Response::__construct
Constructor – Passes args to WP_Ajax_Response::add().
Advertisement
WP_Admin_Bar::add_menus
WP_Admin_Bar::recursive_render
Renders toolbar items recursively.