gform_dashboard_title

gform_dashboard_title

DescriptionUsageExamplesPlacementSource Code

Description
This filter allows the title of the forms statistics section displayed on the Dashboard to be changed.
Usage
1add_filter( 'gform_dashboard_title', 'set_dashboard_title' );
Examples
12345add_filter( 'gform_dashboard_title', 'set_dashboard_title' );function set_dashboard_title() {    //change the title of the Forms Dashboard    return "May The Forms Be With You";}
Placement
This code should be placed in the functions.php file of your active theme.
Source Code
This filter is located in GFForms::dashboard_setup() in gravityforms.php

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注