Syntax Syntax
Source 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' );
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-includes/pluggable-deprecated.php
public static function __callStatic( $name, $arguments ) {
_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
}