wp_atom_server::__call() public WP 1.0
{} Это метод класса: wp_atom_server{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$wp_atom_server = new wp_atom_server(); $wp_atom_server->__call( $name, $arguments );
- $name (обязательный)
- -
- $arguments (обязательный)
- -
Код wp_atom_server::__call() wp atom server:: call WP 5.7
public function __call( $name, $arguments ) {
_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
}