jetpack_forms_enable_integrations_tab
jetpack_forms_enable_integrations_tab
Appears in: jetpack.14.8
Hook Type: filter
Displaying hooks found in version: jetpack.14.8apply_filters('jetpack_forms_enable_integrations_tab') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php line 64
public function __construct( ?Dashboard_View_Switch $switch = null ) { $this->switch = $switch ?? new Dashboard_View_Switch(); // Set the integrations tab feature flag self::$show_integrations = apply_filters( 'jetpack_forms_enable_integrations_tab', true ); } /** * Initialize the dashboard. */ public function init() {