%s',
sprintf(
/* translators: %s - customizer link */
__( 'Replace this widget content by going to %s and add widgets into this widget area.', 'neve' ),
sprintf(
/* translators: %1$s - link %2$s - name %3$s - label */
'
%2$s %3$s',
esc_url( admin_url( 'customize.php?autofocus[section]=sidebar-widgets-footer-' . $_id ) ),
__( 'Appearance → Customize → Footer →', 'neve' ),
esc_attr( current_component()->get_property( 'label' ) )
)
)
); // WPCS: XSS OK.
?>