Skip to content

Instantly share code, notes, and snippets.

@huuyafwww
Created December 22, 2017 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huuyafwww/41b3876b9541686f336bc6603a77bd15 to your computer and use it in GitHub Desktop.
Save huuyafwww/41b3876b9541686f336bc6603a77bd15 to your computer and use it in GitHub Desktop.
define('WP_RANKINGER_PRO_PLUGIN_DIR',plugin_dir_path(__FILE__));
function wp_rankinger_pro_about() {
include(WP_RANKINGER_PRO_PLUGIN_DIR.'about.php');
}
function wp_rankinger_pro_ranking() {
include(WP_RANKINGER_PRO_PLUGIN_DIR.'ranking.php');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment