wpmu_options action-hook . WP 3.0.0
Fires at the end of the Network Settings form, before the submit button.
Usage
add_action( 'wpmu_options', 'action_function_name_3412' ); function action_function_name_3412(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
In file: /wp-admin/network/settings.php
wp-admin/network/settings.php 500
do_action( 'wpmu_options' );