This file contains 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
/** | |
* A Function to remove the auto generated Reading Time from Yoast og:desc | |
* | |
* This hooks into Yoast's `wpseo_opengraph_desc` filter and uses a regular | |
* expression to remove the reading time for the post | |
* | |
* @see Reading Time WP Plugin | |
* @link https://wordpress.org/plugins/reading-time-wp/ | |
* | |
* @param string $ogdesc The excerpt grabbed by Yoast for output. |