jetpack_forms_retire_legacy_menu_item

jetpack_forms_retire_legacy_menu_item

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.8

apply_filters('jetpack_forms_retire_legacy_menu_item') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 90

    Warning: Undefined array key 92 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 93 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 94 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 95 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		if ( $connection_id > $largest_legacy_connection_id ) {
    			$default = true; // Retire the legacy menu item for connections after the specified ID.
    		}
    
    		return apply_filters( 'jetpack_forms_retire_legacy_menu_item', $default );
    	}
    }