WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about update-core-custom_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/update-core.php do_action 1272 /**
* Fires for each custom update action on the WordPress Updates screen.
*
* The dynamic portion of the hook name, `$action`, refers to the
* passed update action. The hook fires in lieu of all available
* default update actions.
*
* @since 3.2.0
*/

Hook Parameters

Parameter Type Name Description