gform_system_status_page_SUBVIEW

Description

Adds additional pages to the System Status menu.

Usage

add_action( 'gform_system_status_page_report', 'your_function_name' );

Parameters

  • $subview string

    Used to complete the action name, allowing an additional subview to be detected.

Changelog

  • 2.2: Introduced.

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.