Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created January 10, 2013 13:56
Show Gist options
  • Select an option

  • Save tomharrigan/4502192 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/4502192 to your computer and use it in GitHub Desktop.
if ( Jetpack::is_active() ) {
remove_action('comment_form_before', 'my_container_c');
remove_action('comment_form_after', 'my_container_d');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment