-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
ImprovementImprovement of old functionalityImprovement of old functionalitygood first issueGood for newcomersGood for newcomers
Description
Files needed:
- src/admin/assets/js/script.js - This file contains the JS with AJAX call function
- src/admin/inc/qc-load-xml.php - File that AJAX will call
In the function set_page_section from file 1:
- Change the post type to GET instead of POST.
- Send slug details in url instead of data.
In file 2:
- change
$_POST['slug]to$_GET['slug']
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ImprovementImprovement of old functionalityImprovement of old functionalitygood first issueGood for newcomersGood for newcomers