wp_atom_server::__callStatic
Метод класса: wp_atom_server{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = wp_atom_server::__callStatic( $name, $arguments );
- $name(обязательный)
- .
- $arguments(обязательный)
- .
Код wp_atom_server::__callStatic() wp atom server:: callStatic WP 6.9.4
public static function __callStatic( $name, $arguments ) {
_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
}