wp_atom_server::__call( $name, $arguments )
Description Description
Source Source
File: wp-includes/pluggable-deprecated.php
public function __call( $name, $arguments ) { _deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' ); }
Expand full source code Collapse full source code View on Trac