Advertisement
michaellevelup

Custom JS links

Apr 20th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function king_custom_searchbox(){
  2.    
  3.     $acf_ID1 = get_field('ID1');
  4.     $acf_ID2 = get_field('ID2');
  5.  
  6.     $sbox_link = "https://sbhc.portalhc.com/".$acf_ID1."/searchbox/".$acf_ID2;
  7.     return $sbox_link;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement