network_site_new_form
Fires at the end of the new site form in network admin.
Usage
add_action( 'network_site_new_form', 'wp_kama_network_site_new_form_action' ); /** * Function for `network_site_new_form` action-hook. * * @return void */ function wp_kama_network_site_new_form_action(){ // action... }
Changelog
Since 4.5.0 | Introduced. |
Where the hook is called
In file: /wp-admin/network/site-new.php
wp-admin/network/site-new.php 297
do_action( 'network_site_new_form' );