• Maybe I’m just stupid, but I need to get the [clear_favorites_button] function in the administration, so that the author of the post restarts the votes in the favorites.

    Is there any way to do this? Thank you very much.

Viewing 1 replies (of 1 total)
  • Thread Starter deighteu

    (@deighteu)

    I misunderstood the function, it doesn’t restart votes for one post, it restarts votes for one user.

    I would have solved the problem via the function:

    
    <?php if (is_user_logged_in() && get_current_user_id() == $post->post_author) { --- CODE FOR AUTOR POST ---} ?>
    • This reply was modified 1 year, 5 months ago by deighteu.
Viewing 1 replies (of 1 total)
  • The topic ‘[clear_favorites_button] to admin post.php’ is closed to new replies.