wpmueditblogaction WordPress Action Hook
The wpmueditblogaction hook allows you to take action after a blog has been edited in the WordPress Multi-User (WordPress MU) network. This hook is triggered when a user with the capability 'edit_blog' edits a blog.
do_action( 'wpmueditblogaction', int $id ) #
Fires at the end of the Edit Site form, before the submit button.
Contents
Parameters
- $id
(int)Site ID.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |