jetpack_forms_is_integrations_enabled
jetpack_forms_is_integrations_enabled
Hook Type: filter
Displaying hooks found in version: jetpack.15.2apply_filters('jetpack_forms_is_integrations_enabled') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 122
Warning: Undefined array key 124 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 125 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 126 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 127 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 ); } }