Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created May 11, 2013 03:50
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 cgrymala/0d1cb2987ac241766dea to your computer and use it in GitHub Desktop.
Save cgrymala/0d1cb2987ac241766dea to your computer and use it in GitHub Desktop.
Checking to see if SimplePie is loaded in WordPress
if ( ! class_exists( 'SimplePie' ) )
require_once( ABSPATH . WPINC . '/class-feed.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment