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' );
		}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.