Skip to content

Instantly share code, notes, and snippets.

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 wp-seopress/0fb6d3638729d6e72a5193c098853220 to your computer and use it in GitHub Desktop.
Save wp-seopress/0fb6d3638729d6e72a5193c098853220 to your computer and use it in GitHub Desktop.
Filter Local Business widget HTML
function sp_lb_widget_html($html) {
var_dump($html);
return $html;
}
add_filter('seopress_lb_widget_html', 'sp_lb_widget_html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment