jetpack_forms_alpha

jetpack_forms_alpha

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.4

apply_filters('jetpack_forms_alpha') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/dashboard/class-dashboard.php line 56
    	/**
    	 * Initialize the dashboard.
    	 */
    	public function init() {
    		$is_wp_build_enabled = apply_filters( 'jetpack_forms_alpha', false );
    
    		if ( $is_wp_build_enabled ) {
    			// Load wp-build generated files for the new DataViews-based UI.
    			self::load_wp_build();
    		}