wp_atom_server::__call()
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() wp atom server:: call code WP 6.7.2
public function __call( $name, $arguments ) { _deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' ); }