wpseek.com
A WordPress-centric search engine for devs and theme authors



update-custom_{$action} › WordPress Action Hooks

Since2.8.0
Deprecatedn/a
do_action( "update-custom_{$action}" )
Defined at:
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.





Source

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