Skip to content

Instantly share code, notes, and snippets.

@Qubadi
Qubadi / gist:233a3a8f594b48d21ca366288a351ede
Last active October 31, 2024 10:34
JetEngine Listing Grid: Custom Post Types, Query Posts, and Products ,Drag-and-Drop Functionality on the Frontend
Video Tutorials here:
https://www.youtube.com/watch?v=hJhc90ETv0A
https://www.youtube.com/watch?v=ao8tlJ09Tc8
https://www.youtube.com/watch?v=BF7eernlAFA
function enqueue_drag_drop_script() {
if ( current_user_can( 'administrator' ) ) {
wp_enqueue_script('jquery-ui-sortable');