WordPress Frontend AJAX Dropdown

All WordPress ajax request can be handle by admin-ajax.php

WordPress uses wp_ajax_ and wp_ajax_nopriv_ action hooks to handle ajax requests.

This is a sample plugin to allow users to select sub category from parent category by ajax load.

Leave a Reply