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() { }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |