• I have add this in my plugin:

    function clicks() {

    if ( get_post_meta ( $id, 'clicks', TRUE ) > 0 ) {

    but not work

  • The topic ‘why not work ??’ is closed to new replies.