update-custom_{$action}

Advertisement

Summery Summery

Fires when a custom plugin or theme update request is received.

Syntax Syntax

do_action( "update-custom_{$action}" )

Description Description

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.

Source Source

File: wp-admin/update.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply