Advertisement
Guest User

Untitled

a guest
Dec 1st, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.                     <?php if( is_user_logged_in() ):?>
  2.                         <div class="col-sm-3 col-xs-6 wfp_button">
  3.                        
  4.                             <span class="option">
  5.                                 <?php if ( function_exists( 'wfp_button' ) ){
  6.                                     wfp_button();
  7.                                 } ?>
  8.                             </span>
  9.                         </div>
  10.                     <?php endif;?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement