This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Web Stories Link sanitizer example | |
* Description: Example sanitizer to add add "?utm_source=page_xx" to all links in a story. | |
* Author: Pascal Birchler | |
* Author URI: https://pascalbirchler.com/ | |
* Version: 0.0.1 | |
* Requires at least: 6.4 | |
* Requires PHP: 7.4 | |
* License: Apache License 2.0 |
OlderNewer