network_admin_edit_
network_admin_edit_
Appears in: wordpress-4.0, wordpress-4.4, wordpress-4.8, wordpress-4.9, wordpress-4.9.4, wordpress-4.9.5, wordpress-4.9.6, wordpress-4.9.7, wordpress-4.9.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3
Hook Type: action
Displaying hooks found in version: wordpress-5.0.3do_action('network_admin_edit_') is found 1 times:
- /wp-admin/network/edit.php line 36
Warning: Undefined array key 39 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 40 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 41 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
3233343536373839* of the requested action.
*
* @since 3.1.0
*/
do_action(
'network_admin_edit_'
.
$_GET
[
'action'
] );
wp_redirect( network_admin_url() );
exit
();