Skip to content

Instantly share code, notes, and snippets.

@richardmtl
Last active December 31, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardmtl/8060045 to your computer and use it in GitHub Desktop.
Save richardmtl/8060045 to your computer and use it in GitHub Desktop.
Remove link on Jetpack Facebook Like Box widget title; edit plugin here: http://plugins.trac.wordpress.org/browser/jetpack/trunk/modules/widgets/facebook-likebox.php#L75
if ( ! empty( $title ) ) :
echo $before_title;
echo esc_html( $title );
echo $after_title
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment