Deprecated.
Parameters
$args
arrayrequired- Unused.
Source
public function blogger_getTemplate( $args ) {
return new IXR_Error( 403, __( 'Sorry, this method is not supported.' ) );
}
CARVIEW |
This method has been deprecated.
Deprecated.
$args
arrayrequiredpublic function blogger_getTemplate( $args ) {
return new IXR_Error( 403, __( 'Sorry, this method is not supported.' ) );
}
Uses | Description |
---|---|
IXR_Error::__construct()wp-includes/IXR/class-IXR-error.php | PHP5 constructor. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.