Changeset 25951
- Timestamp:
- 10/27/2013 06:36:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r25616 r25951 253 253 254 254 } else { 255 do_action('update-custom_' . $action); 255 /** 256 * Fires when a custom plugin or theme update request is received. 257 * 258 * The dynamic portion of the hook name, $action, refers to the action 259 * provided in the request for wp-admin/update.php. Can be used to 260 * provide custom update functionality for themes and plugins. 261 * 262 * @since 2.8.0 263 */ 264 do_action( "update-custom_{$action}" ); 256 265 } 257 266 }
Note: See TracChangeset
for help on using the changeset viewer.