New and updated in 2.8.0
-
Filters the locale requested for WordPress core translations.
-
function_maybe_update_core()
Determines whether core should be updated.
-
hookatom_comments_ns
Fires inside the feed tag in the Atom comment feed.
-
Fires at the end of the Atom comment feed header.
-
functionwp_style_is()
Checks whether a CSS stylesheet has been added to the queue.
-
functionplugin_dir_url()
Get the URL directory path (with trailing slash) for the plugin __FILE__ passed in.
-
functionplugin_dir_path()
Get the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in.
-
Returns the plural form to use.
-
Returns the plural forms count.
-
Translates a plural string.
-
Merges other translations into the current one.
-
Sets translation headers.
-
Sets a translation header.
-
Sets translation headers.
-
Merges other translations into the current one.
-
Returns a translation header.
-
Merges originals with existing entries.
-
Returns a given translation entry.
-
classGettext_Translations
Gettext_Translations class.
-
Translates a singular string.
-
The gettext implementation of select_plural_form.
-
Returns the nplurals and plural forms expression from the Plural-Forms header.
-
Makes a function, which will return the right translation index, according to the plural forms header.
-
Adds parentheses to the inner parts of ternary operators in plural expressions, because PHP evaluates ternary operators from left to right
-
Prepare translation headers.
-
Given the number of items, returns the 0-based index of the plural form to use
-
Returns the plural forms count.
-
Translates a plural string.
-
Adds an entry to the PO structure.
-
Adds or merges an entry to the PO structure.