Last active
June 13, 2019 08:13
-
-
Save imran-khan1/7d412e016684da7190a2af3e81ce42f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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