Warning: This method has been deprecated.

wp_xmlrpc_server::blogger_getTemplate() WordPress Method

The wp_xmlrpc_server::blogger_getTemplate() method is used to retrieve the template of a given blog. This can be useful for creating a new blog or for customizing an existing one. The template is returned as an XML string.

wp_xmlrpc_server::blogger_getTemplate( array $args ) #

Deprecated.


Parameters

$args

(array)(Required)Unused.


Top ↑

Return

(IXR_Error) Error object.


Top ↑

Source

File: wp-includes/class-wp-xmlrpc-server.php

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


Top ↑

Changelog

Changelog
VersionDescription
3.5.0This method has been deprecated.
1.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More