Description
The gform_system_report filter allows the sections displayed on the System Status page to be modified. Sections may be added/removed with the displayed text changed.
Usage
The following would apply to all forms.
add_filter( 'gform_system_report', 'your_function_name' );
Parameters
| Parameter | Type | Description |
|---|---|---|
$system_report | array | An array of default sections displayed on the System Status page. |
Placement
This code can be used in the functions.php file of the active theme, a custom functions plugin, a custom add-on, or with a code snippets plugin.
See also the PHP section in this article: Where Do I Put This Code?
Since
This filter was added in 2.2.
Source Code
This filter is located in system_report.php.