Warning: This method has been deprecated.

wp_xmlrpc_server::blogger_setTemplate() WordPress Method

The wp_xmlrpc_server::blogger_setTemplate() method is used to set the template of a given blog. This method takes two parameters: the blogID and the template. The template is specified as a string, with the following template tags supported: <$MTBlogURL$> <$MTBlogTitle$> <$MTBlogDescription$> <$MTArchivesURL$> <$MTRSSUrl$> <$MTEntriesURL$> <$MTDefaultLanguage$> <$MTLanguage$> <$MTTimezone$> <$MTEntryTime$> <$MTEntryDate$> <$MTDateFormat$> <$MTEntryModifiedTime$> <$MTEntryModifiedDate$> <$MTEntryExcerpt$> <$MTEntryBody$> <$MTEntryMore$> <$MTEntryKeywords$> <$MTEntryLink$> <$MTEntryTitle$> <$MTEntryID$> <$MTEntryAuthorID$> <$MTEntryAuthorDisplayName$> <$MTEntryAuthorEmail$> <$MTEntryAuthorURL$> <$MTEntryAuthorArchiveURL$> <$MTCommentsCount$> <$MTPingsCount$> <$MTTrackbackLink$> <$MTEntryPermalink$> <$MTEntryTrackbackLink$> <$MTArchiveLink$> <$MTSearchLink$> <$MTSubCategories$> <$MTParentCategory$> <$MTTopLevelCategories$>

wp_xmlrpc_server::blogger_setTemplate( 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_setTemplate( $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