wp_xmlrpc_server::blogger_getTemplate( array $args ): IXR_Error

In this article

This method has been deprecated.

Deprecated.

Parameters

$argsarrayrequired
Unused.

Return

IXR_Error Error object.

Source

public function blogger_getTemplate( $args ) {
	return new IXR_Error( 403, __( 'Sorry, this method is not supported.' ) );
}

Changelog

VersionDescription
3.5.0This method has been deprecated.
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.