Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/learndash-hub/assets/scripts/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/learndash-hub/assets/scripts/remote.js

jQuery(function ($) {
    $('.ld-banner-dismiss').on('click', function () {
        const target = $(this).data('target')

        $.ajax({
            type: 'POST',
            url: ajaxurl,
            data: {
                action: 'flag_remote_dismiss',
                slug: target,
                _wpnonce: ld_hub_remote.nonce
            },
            beforeSend: function () {
                $('#' + target).hide()
            }
        })
    })
})