Skip to content

Instantly share code, notes, and snippets.

<?php
function topratings_function() {
/**
* Adds the Tasty Recipes ratings to the top of the post.
*
* @param string $content Existing post content.
* @return string
*/
add_filter( 'the_content', function( $content ) {