[ Index ]

PHP Cross Reference of BackPress

title

Body

[close]

/includes/ -> class.wp-ajax-response.php (summary)

(no description)

File Size: 142 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Ajax_Response:: (4 methods):
  __construct()
  WP_Ajax_Response()
  add()
  send()


Class: WP_Ajax_Response  - X-Ref

Send XML response back to AJAX request.

__construct( $args = '' )   X-Ref
PHP4 Constructor - Passes args to {@link WP_Ajax_Response::add()}.

return: WP_Ajax_Response
param: string|array $args Optional. Will be passed to add() method.
since: 2.1.0

WP_Ajax_Response( $args = '' )   X-Ref
No description

add( $args = '' )   X-Ref
Append to XML response based on given arguments.

The arguments that can be passed in the $args parameter are below. It is
also possible to pass a WP_Error object in either the 'id' or 'data'
argument. The parameter isn't actually optional, content should be given
in order to send the correct response.

'what' argument is a string that is the XMLRPC response type.
'action' argument is a boolean or string that acts like a nonce.
'id' argument can be WP_Error or an integer.
'old_id' argument is false by default or an integer of the previous ID.
'position' argument is an integer or a string with -1 = top, 1 = bottom,
html ID = after, -html ID = before.
'data' argument is a string with the content or message.
'supplemental' argument is an array of strings that will be children of
the supplemental element.

return: string XML response.
param: string|array $args Override defaults.
since: 2.1.0

send()   X-Ref
Display XML formatted responses.

Sets the content type header to text/xml.

since: 2.1.0



Generated: Fri Apr 26 01:01:08 2024 Cross-referenced by PHPXref 0.7.1