Skip to content

Instantly share code, notes, and snippets.

@imran-khan1
Last active June 13, 2019 08:13
Show Gist options
  • Save imran-khan1/7d412e016684da7190a2af3e81ce42f1 to your computer and use it in GitHub Desktop.
Save imran-khan1/7d412e016684da7190a2af3e81ce42f1 to your computer and use it in GitHub Desktop.
//Admin Files
require_once ( plugin_dir_path( __FILE__ ) . '/include/admin/post_type.php' );
require_once ( plugin_dir_path( __FILE__ ) . '/include/admin/meta_box.php' );
require_once ( plugin_dir_path( __FILE__ ) . '/include/admin/add_column.php' );
//Frontend Files
require_once ( plugin_dir_path( __FILE__ ) . '/include/product-detail.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment