[wp-trac] [WordPress Trac] #45377: Video Shortcode Ajax Issue
WordPress Trac
noreply at wordpress.org
Thu Dec 6 10:59:35 UTC 2018
#45377: Video Shortcode Ajax Issue
-----------------------------+-----------------------------
Reporter: Nenad Obradovic | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Shortcodes | Version: 5.0
Severity: minor | Resolution:
Keywords: | Focuses:
-----------------------------+-----------------------------
Comment (by Nenad Obradovic):
Hi lonelyvegan,
I think no, I used default js ajax function for the front-end
{{{
$.ajax({
type: 'POST',
data: ajaxData,
url: $ajaxUrl,
success: function (data) {
}
});
}}}
where $ajaxUrl is esc_url( admin_url( 'admin-ajax.php' ) );
Best regards,
Nenad
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45377#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list