Advertisement
verygoodplugins

Untitled

Aug 2nd, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. if ( wp_fusion()->user->has_tag( 'Registered User' ) ) {
  2.  
  3.     echo '<a class="button" href="https://mysite.com">Apply for a Job<a/>';
  4.  
  5. } else {
  6.  
  7.     echo '<a class="button" href="https://mysite.com">Create an Account<a/>';
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement