Using WordPress ‘get_the_excerpt’ PHP filter
Using the `get_the_excerpt` WordPress PHP filter allows you to modify the post excerpt after it is retrieved from the database and before it is returned from the `get_the_excerpt()` function. Learn…