wp_atom_server::__callStatic() WordPress Method
The wp_atom_server::__callStatic() method is a static method that is used to handle requests for Atom feeds. This method is used to parse the incoming request and to return the appropriate Atom feed.
wp_atom_server::__callStatic( $name, $arguments ) #
Source
File: wp-includes/pluggable-deprecated.php
public static function __callStatic( $name, $arguments ) { _deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub