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

---

# wp_atom_server::__callStatic( $name,  $arguments )

## In this article

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

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

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

    ```php
    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#L217)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/pluggable-deprecated.php#L217-L219)

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

| Uses | Description | 
| [_deprecated_function()](https://developer.wordpress.org/reference/functions/_deprecated_function/)`wp-includes/functions.php` |

Marks a function as deprecated and inform when it has been used.

  |

## 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__callstatic%2F)
before being able to contribute a note or feedback.