wp_atom_server::__call()publicWP 1.0

Method of the class: wp_atom_server{}

No Hooks.

Return

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.4.3

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