Title: wordpress core functionality for ajax comments?
Last modified: August 20, 2021

---

# wordpress core functionality for ajax comments?

 *  Resolved [s-light](https://wordpress.org/support/users/s-light/)
 * (@s-light)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wordpress-core-functionality-for-ajax-comments/)
 * hello community,
 * iam a little bit confused –
    has wordpress some core functionality to do comment
   managment form the front end with ajax support? i found some functions pointing
   in this direction in the api doc:
    - [wp_ajax_replyto_comment](https://developer.wordpress.org/reference/functions/wp_ajax_replyto_comment/)
    - [wp_ajax_get_comments](https://developer.wordpress.org/reference/functions/wp_ajax_get_comments/)
 * but maybe these are only for the wp backend?
 * if i need to do this myself –
    can you point me to a up to date tutorial or simple
   plugin? (i have a custom child-theme already – so i can add / change functionality..)
 * sunny greetings
    stefan

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wordpress-core-functionality-for-ajax-comments/#post-14789003)
 * As wp-admin resource, those functions are unlikely to be available for front 
   end Ajax requests. While your own Ajax handler could include their file in its
   process, there are likely additional dependencies that could be difficult to 
   resolve. I don’t think it’s worth the effort. This doesn’t mean you couldn’t 
   use their source code as guidance for your own efforts.
 * Searching for “ajax comments” in the plugins directory yields a few results that
   look promising, though there are a lot of false positive results as well. You
   can also use the default comment handling as guidance into what your Ajax handler
   would need to do.
 *  Thread Starter [s-light](https://wordpress.org/support/users/s-light/)
 * (@s-light)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/wordpress-core-functionality-for-ajax-comments/#post-14798991)
 * thanks bcworkz,
 * hm ok – so no ready *build in* solution..
 * i currently experiment with the plugin [wp-ajaxify-comments](https://wordpress.org/support/plugin/wp-ajaxify-comments/)
 * seems to be the fastest and easiest way..
    (if i get it working in my custom 
   setup..)
 * sunny greetings
    stefan

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wordpress core functionality for ajax comments?’ is closed to new replies.

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)
 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 2 participants
 * Last reply from: [s-light](https://wordpress.org/support/users/s-light/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/wordpress-core-functionality-for-ajax-comments/#post-14798991)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
