Guest User

Untitled

a guest
Dec 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // codeser inactive plugin error
  2. function theme_option($option){
  3. if (function_exists('cs_get_option')) {
  4. return cs_get_option($option);
  5. } else{
  6. return false ;
  7. }
  8. }
Add Comment
Please, Sign In to add comment