Skip to content

Instantly share code, notes, and snippets.

@carlosonweb
Last active October 16, 2017 21:07
Show Gist options
  • Save carlosonweb/4642816c6bbabe7d8283469b208faf0b to your computer and use it in GitHub Desktop.
Save carlosonweb/4642816c6bbabe7d8283469b208faf0b to your computer and use it in GitHub Desktop.
List active WP plugins. This is useful in troubleshooting a WP site for plugin conflicts.
jQuery( '.plugin-title > strong' ).each( function () {
console.log( jQuery(this).text() );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment