Mediavine Create – Recipe Description

/**
 * Get Creation Description
 * @url https://www.billerickson.net/code/mediavine-create-description
 *
 */
function ea_mv_creation_description() {

	if( ! function_exists( 'mv_get_post_creations' ) )
		return;

	$creations = mv_get_post_creations( get_the_ID() );
	if( empty( $creations ) )
		return;

	$creation = mv_create_get_creation( $creations[0] );
	return $creation->description;
}
Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk