How to trigger (dis)like via php function?
-
As a part of a migration from a previous rating system, I need to move 1000s of ratings for posts. Is there a function I can use to do that?
E.g.:
add_like($post_id, $user_id, $user_ip);
The topic ‘How to trigger (dis)like via php function?’ is closed to new replies.