WP_Ajax_Response::__set( string $name, mixed $value )

Make private properties settable for backwards compatibility.

Parameters

$name

(string) (Required) Property to set.

$value

(mixed) (Required) Property value.

Return

(mixed) Newly-set property.

Source

File: wp-includes/class-wp-ajax-response.php

*     @type int|false       $old_id       The previous response ID. Used as the value for the response type
	 *                                         `old_id` attribute. False hides the attribute. Default false.
	 *     @type string          $position     Value of the response type `position` attribute. Accepts 1 (bottom),

Changelog

Version Description
4.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_ajax_response/__set