jetpack_forms_dashboard_enable

jetpack_forms_dashboard_enable

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_forms_dashboard_enable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 71

    Warning: Undefined array key 73 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 74 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 75 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 76 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    67
    68
    69
    70
    71
    72
    73
             * @since 0.3.0
             *
             * @param bool false Should the new Jetpack Forms dashboard be enabled? Default to false.
             */
            return apply_filters( 'jetpack_forms_dashboard_enable', true );
        }
    }