Advertisement
wclovers

Untitled

Jul 26th, 2023
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. // This will not work:
  2. $not_right_now_url = get_wcfm_url('https://mxdfits.com/member-shortcuts');
  3.  
  4. // The correct URL should be:
  5. $not_right_now_url = 'https://mxdfits.com/member-shortcuts';
  6.  
  7. // WordPress standard
  8. $not_right_now_url = site_url( '/member-shortcuts', 'https' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement