$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
);
?>