Description
Modify menu items which will appear in the System Status menu.
Usage
add_filter( 'gform_system_status_menu', 'your_function_name' );
Parameters
- $subviews array
An array of menu items to be displayed on the System Status page.
Since
This filter was added in 2.2.
Placement
This code should be placed in the functions.php file of your active theme.
Source Code
This filter is located in system_status.php.