Yehonal
92 Reputation
Answers
I've solved my issue In my case it's because i'm using wp-mail-smtp as mail service and it seems that doesn't work with wp-json since in this kind of ajax calls plugins are deactivated. So i've create...
View QuestionFollowing@Rahul suggestion, i’ve created an example of mycred hook: add_action(‘ap_publish_comment’, function($comment) {<br /> $points=5;<br /> mycred_add(‘ap_comment’,$comment->user_id,$points,”Points...
View QuestionAfter dozen of hours spent to debugging i've found the solution. In few words my theme adds comment_post action doing such instructions: if(!empty($_SERVER['HTTP_X_REQUESTED_WITH'])...
View Question