Guest User

Untitled

a guest
Jan 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #Constant
  2. $eroz_dir_path = ( substr( get_template_directory(), -1 ) === '/' ) ? get_template_directory() : get_template_directory() . '/';
  3. $eroz_dir_uri = ( substr( get_template_directory_uri(), -1 ) === '/' ) ? get_template_directory_uri() : get_template_directory_uri() . '/';
  4.  
  5. define( 'EROZ_DIR_PATH', $eroz_dir_path );
  6. define( 'EROZ_DIR_URI', $eroz_dir_uri );
Add Comment
Please, Sign In to add comment