imranmodel32

Free theme admin add

Mar 23rd, 2016
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Pro Version Admin Notice
  4.  */
  5.  
  6. add_action( 'admin_notices', 'conbiz_pro_version_admin_notice', 20 );
  7. if( !function_exists('conbiz_pro_version_admin_notice') ):
  8.     function conbiz_pro_version_admin_notice(){
  9.         ?>
  10.         <div class="notice notice-info is-dismissable">
  11.             <p>To support this theme and get more features, <a href="http://bit.ly/conbiz-pro" target="_blank">upgrade to Conbiz Pro →</a></p>
  12.             <a class="welcome-panel-close"></a>
  13.         </div>
  14.         <?php
  15.     }
  16. endif;
Add Comment
Please, Sign In to add comment