Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Created January 22, 2015 11:06
Show Gist options
  • Save ahmadawais/acf7d88d1225802ff3b8 to your computer and use it in GitHub Desktop.
Save ahmadawais/acf7d88d1225802ff3b8 to your computer and use it in GitHub Desktop.
Load Redux in a plugin
/**
Load the embedded Redux Framework
**/
if (file_exists(dirname(__FILE__).'/admin/admin-init.php')) {
require_once( dirname(__FILE__).'/admin/admin-init.php' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment