Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wpmueditblogaction

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
171           } // End foreach.
172
173           /**
174            * Fires at the end of the Edit Site form, before the submit button.
175            *
176            * @since 3.0.0
177            *
178            * @param int $id Site ID.
179            */
180           do_action( 'wpmueditblogaction', $id );
181           ?>
182      </table>
183      <?php submit_button(); ?>
184 </form>
185
186 </div>
187 <?php
188 require_once ABSPATH . 'wp-admin/admin-footer.php';
189