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