Skip to content

Instantly share code, notes, and snippets.

@dovy
Last active December 27, 2015 02:49
Show Gist options
  • Save dovy/7255384 to your computer and use it in GitHub Desktop.
Save dovy/7255384 to your computer and use it in GitHub Desktop.
<?php
if ( !class_exists( 'ReduxFramework' ) && file_exists( dirname( __FILE__ ) . '/ReduxFramework/ReduxCore/framework.php' ) ) {
require_once( dirname( __FILE__ ) . '/ReduxFramework/ReduxCore/framework.php' );
}
if ( !isset( $redux_demo ) && file_exists( dirname( __FILE__ ) . '/ReduxFramework/sample/sample-config.php' ) ) {
require_once( dirname( __FILE__ ) . '/ReduxFramework/sample/sample-config.php' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment