wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



update-core-custom_{$action} › WordPress Action Hooks

Seit3.2.0
Veraltetn/v
do_action( "update-core-custom_{$action}" )
Definiert in:
Codex:

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.





Quellcode

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