Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_action('wp_footer','add_custom_notice');
  2. function add_custom_notice(){
  3.  
  4. if(rcl_exist_addon('bookmarks')) return false;
  5.  
  6. echo '<script>rcl_notice("Активируйте дополнение закладок!","error");</script>';
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement