Enfold Theme, Replace Default Blog Share Title

, , ,

Replace the WordPress Enfold Theme default blog share title “Share this entry” with a custom title.

 

Replacing Blog Share Title

REVEAL CODE

add_filter( 'avia_social_share_title', 'modify_share_title' );
function modify_share_title()

{
return "Share this";
}

 

If this article was helpful please take a moment to like us on Facebook, share this on your social media or buy us a cup of coffee.