-
Notifications
You must be signed in to change notification settings - Fork 34
Action Hooks
Below you can find all currently available, not deprecated action hooks, in alphabetical order.
Runs before internal actions are registered.
Parameters:
-
Inpsyde_Property_List_Interface$plugin_dataPlugin data object. -
wpdb$wpdbDatabase object.
Runs after internal actions have been registered.
Parameters:
-
Inpsyde_Property_List_Interface$plugin_dataPlugin data object. -
wpdb$wpdbDatabase object.
Runs at the end but still inside the new blog fields table.
Parameters: n/a
Runs after all save_post actions have been called for the remote blogs.
Parameters:
-
array$save_contextContext of the to-be-saved post.-
int$source_blogSource blog ID. -
WP_Post$source_postSource post object. -
string$real_post_typePost type of the real post (in case we are saving a revision). -
int$real_post_idPost ID of the real post (in case we are saving a revision).
-
Runs after the terms have been changed.
Parameters:
-
int$term_taxonomy_idTerm taxonomy ID. -
string$taxonomyTaxonomy name. -
string$current_filterCurrent_filter. -
bool$successDenotes whether or not the database was changed.
Late loading event for MultilingualPress.
Parameters:
-
Inpsyde_Property_List_Interface$plugin_dataPlugin data object. -
wpdb$wpdbDatabase object.
Runs before the first save_post action is called for the remote blogs.
Parameters:
-
array$save_contextContext of the to-be-saved post.-
int$soutce_blogSource blog ID. -
WP_Post$source_postSource post object. -
string$real_post_typePost type of the real post (in case we are saving a revision). -
int$real_post_idPost ID of the real post (in case we are saving a revision).
-
Runs before the terms are changed.
Parameters:
-
int$term_taxonomy_idTerm taxonomy ID. -
string$taxonomyTaxonomy name. -
string$current_filterCurrent_filter.
Runs at the end of but still inside the site settings table.
Parameters:
-
int$blog_idBlog ID.
Runs after having saved the site settings.
Parameters:
-
array$_POSTThe$_POSTsuperglobal.
Runs after successful blog duplication.
Parameters:
-
int[]$contextBlog duplication context.-
int$source_blog_idSource blog ID. -
int$new_blog_idNew blog ID.
-
Runs after the features table.
Parameters: n/a
Runs at the end of but still inside the features table.
Parameters: n/a
Runs before the redirect. Process your fields in the $_POST superglobal here and then call update_site_option().
Parameters:
-
array$_POSTThe$_POSTsuperglobal.
Runs before internal actions are registered.
Parameters:
-
array$translator_init_argsTranslator arguments.-
Inpsyde_Nonce_Validator$nonceNonce validator object. -
Mlp_Save_Post_Request_Validator$request_validatorRequest validator object. -
string[]$allowed_post_typesAllowed post types. -
Mlp_Translatable_Post_Data$basic_dataBasic post data object. -
Mlp_Translation_Metabox$instanceMeta box object.
-
Runs before a nav menu item is sent to the walker.
Parameters:
-
WP_Post$itemNav menu item object. -
Mlp_Translation_Interface$translationTranslation object.
Runs after having reset the database table.
Parameters:
-
Mlp_Db_Languages_Schema$table_schemaLanguages table schema.
Runs before the main content of the meta box.
Parameters:
-
WP_Post$postPost object. -
int$remote_blog_idRemote blog ID. -
WP_Post$remote_postRemote post object.
Runs before the main content of the meta box.
Parameters:
-
WP_Post$postPost object. -
int$remote_blog_idRemote blog ID. -
WP_Post$remote_postRemote post object.
Runs with the main content of the meta box.
Parameters:
-
WP_Post$postPost object. -
int$remote_blog_idRemote blog ID. -
WP_Post$remote_postRemote post object.
Runs with the main content of the meta box.
Parameters:
-
WP_Post$postPost object. -
int$remote_blog_idRemote blog ID. -
WP_Post$remote_postRemote post object.
Runs after registration of the meta box for the given blog's language.
Parameters:
-
WP_Post$postPost object. -
int$blog_idBlog ID.
Runs before the main content of the meta box.
Parameters:
-
WP_Post$postPost object. -
int$remote_blog_idRemote blog ID. -
WP_Post$remote_postRemote post object.
Runs before the main content of the meta box.
Parameters:
-
WP_Post$postPost object. -
int$remote_blog_idRemote blog ID. -
WP_Post$remote_postRemote post object.