Skip to content

Instantly share code, notes, and snippets.

View akshay-sihag's full-sized avatar

Akshay Sihag akshay-sihag

View GitHub Profile
@jasonyingling
jasonyingling / functions.php
Last active June 11, 2021 12:22
Remove Reading Time WP From Yoast og:desc
/**
* 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.