WP_Upgrader_Skin::add_strings() WordPress Method

This method is used to add strings for translation to the WP_Upgrader_Skin object. The first argument is the string to be added, and the second is the context in which it will be used. The context is important for translating string back into their original form, so it is important to use a consistent context when adding multiple strings. This method returns a boolean value, indicating whether or not the string was successfully added.

WP_Upgrader_Skin::add_strings() #


Source

File: wp-admin/includes/class-wp-upgrader-skin.php

	public function add_strings() {
	}


Top ↑

Changelog

Changelog
VersionDescription
3.0.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.