Viewing 1 replies (of 1 total)
  • Plugin Author kutsy

    (@kutsy)

    Hello.
    I don’t want to do this feature in plugin.
    But you can remove all hits of this plugin from database using this SQL:

    DELETE
    FROM
        wp_postmeta
    WHERE
        meta_key = 'hits';
Viewing 1 replies (of 1 total)
  • The topic ‘Function to remove’ is closed to new replies.