wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



update-custom_{$action} › Działania WordPress Hooks

Od2.8.0
Przestarzałyn/a
do_action( "update-custom_{$action}" )
Zdefiniowane na:
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.





Źródło

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