update-custom_{$action}

update-custom_{$action}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.1.1

do_action('update-custom_{$action}') is found 1 times:

  • /wp-admin/update.php line 362
    		 * provide custom update functionality for themes and plugins.
    		 *
    		 * @since 2.8.0
    		 */
    		do_action( "update-custom_{$action}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    	}
    }