Created
August 30, 2018 07:15
-
-
Save hchouhan/f8cd9e8421ab8134b4c6fb3594664a0d to your computer and use it in GitHub Desktop.
IRt Plugin
This file contains 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
//$plugin = plugin_basename(__FILE__); | |
//echo $this->plugin_file; | |
//echo plugin_dir_path( $this->plugin_file ); | |
//echo plugin_dir_path( dirname($this->plugin_file) ); | |
echo plugin_basename($this->plugin_file); | |
//echo plugin_basename(dirname(__FILE__)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment