Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created May 11, 2013 03:50
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