wp_atom_server::__callpublicWP 1.0

Method of the class: wp_atom_server{}

No Hooks.

Returns

null. Nothing (null).

Usage

$wp_atom_server = new wp_atom_server();
$wp_atom_server->__call( $name, $arguments );
$name(required)
.
$arguments(required)
.

wp_atom_server::__call() code WP 6.9.1

public function __call( $name, $arguments ) {
	_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
}