jetpack_forms_is_integrations_enabled
jetpack_forms_is_integrations_enabled
Appears in: jetpack.15.1, jetpack.15.1.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.1.1apply_filters('jetpack_forms_is_integrations_enabled') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 108
Warning: Undefined array key 110 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 111 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 112 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 113 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* Whether to enable the Integrations UI. * * @param bool true Whether to enable the Integrations UI. Default true. */ return apply_filters( 'jetpack_forms_is_integrations_enabled', true ); } }