Advertisement
nshelper

Untitled

Apr 30th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. add_filter('woo_sl/html/manage_keys', 'custom_html_manage_keys');
  5. function custom_html_manage_keys( $text )
  6. {
  7.  
  8. $text = __('You can manage your keys from <a href="https://www.lumabox.com/my-account/" target="_blank">My Account</a>.', 'software-license');
  9.  
  10. return $text;
  11. }
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement