Guest User

Untitled

a guest
Jul 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function check_functions(){
  2. if(!file_exists(dirname(__FILE__)."/functions.php")){
  3. echo('This theme is released under creative commons licence, all links in the footer should remain intact');die;
  4. }
  5. }
  6. check_functions();
Add Comment
Please, Sign In to add comment