Title: wp_atom_server
Published: April 25, 2014
Last modified: April 28, 2025

---

# class wp_atom_server {}

## In this article

 * [Methods](https://developer.wordpress.org/reference/classes/wp_atom_server/?output_format=md#methods)
 * [Source](https://developer.wordpress.org/reference/classes/wp_atom_server/?output_format=md#source)

[ Back to top](https://developer.wordpress.org/reference/classes/wp_atom_server/?output_format=md#wp--skip-link--target)

## 󠀁[Methods](https://developer.wordpress.org/reference/classes/wp_atom_server/?output_format=md#methods)󠁿

| Name | Description | 
| [wp_atom_server::__call](https://developer.wordpress.org/reference/classes/wp_atom_server/__call/) | – | 
| [wp_atom_server::__callStatic](https://developer.wordpress.org/reference/classes/wp_atom_server/__callstatic/) | – |

## 󠀁[Source](https://developer.wordpress.org/reference/classes/wp_atom_server/?output_format=md#source)󠁿

    ```php
    class wp_atom_server {
    	public function __call( $name, $arguments ) {
    		_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
    	}

    	public static function __callStatic( $name, $arguments ) {
    		_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
    	}
    }
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-includes/pluggable-deprecated.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/6.9.4/src/wp-includes/pluggable-deprecated.php#L212)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/pluggable-deprecated.php#L212-L220)

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fclasses%2Fwp_atom_server%2F)
before being able to contribute a note or feedback.