CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:59:30 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=604800
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
referrer-policy: no-referrer
referrer-policy: strict-origin-when-cross-origin
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
fastcgi-cache: HIT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cq9mBkA5yWFY9xHBxFR4KS1WOuKf6kPseg0SKtTdhTCBdeMrux%2BF7VF%2FVvNq%2F8Gxn%2BYOM9zg9H9YbwHyzd11X26h3bwtIVx3m1%2F5ZuLTOObUBhMx"}]}
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
content-encoding: gzip
cf-ray: 98d148159d47b9d7-BLR
gform_disable_installation_status - Gravity Forms Documentation
gform_disable_installation_status
Description
This filter is used to disable the display of the Installation Status section on the Forms > Settings page.
Usage
add_filter( 'gform_disable_installation_status', '__return_true' );
Parameters
This hook has no parameters.
Placement
This code should be placed in the functions.php file of your active theme.
Source Code
This filter is located in GFSettings::gravityforms_settings_page() in settings.php
Since
This filter was added in Gravity Forms 1.9.11.1