The tag uses two meta keys from the current job listing:
Website URL Meta Key: _company_website
Company Name Meta Key: _company_name
(when using company name display)
Return Type: HTML anchor tag
URL Processing: Sanitized with esc_url()
Text Processing: Sanitized with esc_html()
HTML Output Examples
URL Display:
<a href="https://example.com" rel="nofollow" target="_blank">example.com</a>
Company Name Display:
<a href="https://example.com" rel="nofollow">Company Name <i class="fa fa-external-link"></i></a>
Custom Text Display:
<a href="https://example.com" rel="nofollow">Visit Our Website</a>