Retrieve first error code available.
WP_Error::get_error_messages
Retrieve all error messages or error messages matching code.
WP_Error::get_error_message
Get single error message.
WP_Error::get_error_data
Retrieve error data for error code.
Advertisement
WP_Error::add
Add an error or append additional message to an existing error.
WP_Error::add_data
Add data for error code.
WP_Error::__construct
Initialize the error.
WP_Error::get_error_codes
Retrieve all error codes.
Advertisement
WP_Ajax_Response::__construct
Constructor – Passes args to WP_Ajax_Response::add().
WP_Ajax_Response::add
Appends data to an XML response based on given arguments.
WP_Ajax_Response::send
Display XML formatted responses.
Walker_Page::end_el
Outputs the end of the current element in the tree.
Advertisement
Walker_PageDropdown::start_el
Starts the element output.
Walker_Page::start_lvl
Outputs the beginning of the current level in the tree before elements are output.
Walker_Page::end_lvl
Outputs the end of the current level in the tree after elements are output.