__( 'Popular', 'acf' ) ); $browse_fields_tabs = $browse_fields_tabs + acf_get_field_categories_i18n(); if ( acf_is_pro() && acf_pro_is_license_expired() ) { $acf_upgrade_text = __( 'Renew PRO License', 'acf' ); $acf_upgrade_link = acf_add_url_utm_tags( acf_pro_get_manage_license_url(), 'field-type-modal', '' ); $acf_pro_feature_text = __( 'Renew PRO to Unlock', 'acf' ); } else { $acf_upgrade_text = __( 'Upgrade to PRO', 'acf' ); $acf_upgrade_link = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/pro/', 'field-type-modal', '' ); $acf_pro_feature_text = __( 'ACF PRO Feature', 'acf' ); } ?>