gform_system_report

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

add_filter( 'gform_system_report', 'your_function_name' );

Parameters

  • $system_report array

    An array of default sections 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_report.php.