mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Actions and Filters for the Network Admin sites panel to make it easier to add custom actions.
git-svn-id: https://develop.svn.wordpress.org/trunk@16707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -462,6 +462,8 @@ switch ( $_GET['action'] ) {
|
||||
break;
|
||||
|
||||
default:
|
||||
// Let plugins use us as a post handler easily
|
||||
do_action( 'network_admin_edit_' . $_GET['action'] );
|
||||
wp_redirect( network_admin_url( 'index.php' ) );
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user