Skip to content

Instantly share code, notes, and snippets.

@k0nsl
Created November 20, 2013 14:31
Show Gist options
  • Select an option

  • Save k0nsl/7564145 to your computer and use it in GitHub Desktop.

Select an option

Save k0nsl/7564145 to your computer and use it in GitHub Desktop.
Hide Google+ goobly gook in WP-Jetpack.
$output = '';
$output .= '<div style="display:none" id="k0nsl">';
$output .= '<div class="sharedaddy sd-block sd-social sd-gplus">';
$output .= '<h3 class="sd-title">' . __( 'Google+', 'jetpack' ) . '</h3>';
$output .= '<div class="sd-content">';
$output .= $this->byline( $post );
$output .= $this->follow_button( $post );
$output .= '</div>';
$output .= '</div>';
$output .= '</div>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment