wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



update-custom_{$action} › WordPress Action Hooks

Da2.8.0
Deprecaton/a
do_action( "update-custom_{$action}" )
Definito a:
Codex:

Fires when a custom plugin or theme update request is received.

The dynamic portion of the hook name, $action, refers to the action provided in the request for wp-admin/update.php. Can be used to provide custom update functionality for themes and plugins.





Sorgenti

do_action( "update-custom_{$action}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores