wpseek.com
WordPress开发者和主题制作者的搜索引擎



update-core-custom_{$action} › WordPress动作钩子

Since3.2.0
已弃用n/a
do_action( "update-core-custom_{$action}" )
定义在:
文档:

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.





源码

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