: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Pick an option (given) from the datepicker’s choices.
* @param {Object} $this Reference to the DOM element.
selectDatepickerChoice( $this ) {
el.$filterForm.find( 'label' ).removeClass( vars.classNames.selected );
$this.addClass( vars.classNames.selected );
* Signal to users that the processing of their request is underway and will soon complete.
el.$spinner.removeClass( vars.classNames.hide );
* Hides the given DOM element.
* @param {Object} $elm Reference to the DOM element.
$elm.attr( 'aria-expanded', 'false' ).hide();
// Provide access to public functions/properties.
}( document, window, jQuery, ajaxurl, wpforms_admin_payments_overview ) );
WPFormsPaymentsOverview.init();