On this page
wp_xmlrpc_server::blogger_setTemplate( array $args ): IXR_Error
This method has been deprecated.
Deprecated.
Parameters
$argsarray Required-
Unused.
Return
IXR_Error Error object.
Source
File: wp-includes/class-wp-xmlrpc-server.php. View all references
public function blogger_setTemplate( $args ) {
return new IXR_Error( 403, __( 'Sorry, this method is not supported.' ) );
}
Related
Uses
| Uses | Description |
|---|---|
| IXR_Error::__construct() wp-includes/IXR/class-IXR-error.php | PHP5 constructor. |
| __() wp-includes/l10n.php | Retrieves the translation of $text. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_xmlrpc_server/blogger_settemplate