Skip to content

Instantly share code, notes, and snippets.

View ben-heath's full-sized avatar

ben-heath

View GitHub Profile
@swissspidy
swissspidy / web-stories-exclude-from-search.php
Last active September 15, 2021 15:30
Mini-plugin to force exclude Web Stories from the built-in WordPress search results
<?php
/**
* Plugin Name: Web Stories Force Exclude From Search
* Description: Web Stories are by default excluded from the built-in WordPress search results. But some plugins might be interfering with that. This plugin tries to force-exclude stories again.
* Plugin URI: https://wp.stories.google/
* Author: Pascal Birchler, Google
* Author URI: https://opensource.google.com/
* Version: 0.0.2
* License: Apache License 2.0
* License URI: https://www.apache.org/licenses/LICENSE-2.0