New and updated in 4.7.0
-
hookchange_locale
Fires when the locale is switched to or restored.
-
Switches the translations according to the given locale.
-
hookswitch_locale
Fires when the locale is switched.
-
Restores the translations according to the previous locale.
-
Fires when the locale is restored to the previous one.
-
Restores the translations according to the original locale.
-
Whether switch_to_locale() is in effect.
-
classWP_Locale_Switcher
Core class used for switching locales.
-
Constructor.
-
Initializes the locale switcher.
-
hookwp_roles_init
Fires after the roles have been initialized, allowing plugins to add their own roles.
-
Removes the ajax callback for the meta box.
-
Removes any rewrite rules, permastructs, and rules for the taxonomy.
-
methodWP_Taxonomy::add_hooks()
Registers the ajax callback for the meta box.
-
classWP_Taxonomy
Core class used for interacting with taxonomies.
-
Constructor.
-
methodWP_Taxonomy::set_props()
Sets taxonomy properties.
-
Adds the necessary rewrite rules for the taxonomy.
-
methodWP_Hook::valid()
-
methodWP_Hook::rewind()
-
methodWP_Hook::current()
-
methodWP_Hook::next()
-
methodWP_Hook::key()
-
methodWP_Hook::offsetExists()
-
methodWP_Hook::offsetGet()
-
methodWP_Hook::offsetSet()
-
methodWP_Hook::offsetUnset()
-
Removes all callbacks from the current filter.
-
methodWP_Hook::apply_filters()
Calls the callback functions that have been added to a filter hook.
-
methodWP_Hook::do_action()
Calls the callback functions that have been added to an action hook.