__( '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' ); } ?>

$label ) { acf_render_field_wrap( array( 'type' => 'tab', 'label' => $label, 'key' => 'acf_browse_fields_tabs', ) ); printf( '
', esc_attr( $name ) ); } ?>

' ); ?>

' . esc_html( __( 'Popular fields', 'acf' ) ) . ''; printf( /* translators: %s: A link to the popular fields used in ACF */ acf_esc_html( __( 'Try a different search term or browse %s', 'acf' ) ), $browse_popular_link //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ); ?>