wp_atom_server::__callStatic()
{} It's a method of the class: wp_atom_server{}
No Hooks.
Return
null
. Nothing.
Usage
$result = wp_atom_server::__callStatic( $name, $arguments );
- $name (required)
- -
- $arguments (required)
- -
Code of wp_atom_server::__callStatic() wp atom server:: callStatic WP 6.0
public static function __callStatic( $name, $arguments ) { _deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' ); }