Title: Plugin issue
Last modified: February 24, 2023

---

# Plugin issue

 *  [Bugra](https://wordpress.org/support/users/bgrnoyan/)
 * (@bgrnoyan)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/plugin-issue-86/)
 * Hello,
 * I’ve been using the plugin for a long time, but it’s not working lately. After
   adding code from the admin panel, I save it and it doesn’t seem to be added.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-issue-86%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [massivelytech](https://wordpress.org/support/users/massivelytech/)
 * (@massivelytech)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/plugin-issue-86/#post-16523486)
 * I think I’ve found a solution: around line 121 in the key_giveaway.php file, 
   there’s a line to check whether the current user has the rights to edit posts:
 *     ```wp-block-code
       if( !current_user_can( 'edit_post') ) return;
       ```
   
 * I guess that used to work in WordPress, but with the latest patch, it’s enforcing
   the correct form for this call:
 *     ```wp-block-code
       if (!current_user_can( 'edit_post', $post_id) ) return;
       ```
   
 * By including the $post_id, WordPress can check whether the user is authorized
   to edit _this_ post, as intended. With that change, this venerable mod went right
   back to working for us — I hope it works for you as well!
 *  Thread Starter [Bugra](https://wordpress.org/support/users/bgrnoyan/)
 * (@bgrnoyan)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/plugin-issue-86/#post-16524139)
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-keys-giveaway.svg)
 * [WP Keys Giveaway](https://wordpress.org/plugins/wp-keys-giveaway/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-keys-giveaway/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-keys-giveaway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-keys-giveaway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-keys-giveaway/reviews/)

## Tags

 * [keys](https://wordpress.org/support/topic-tag/keys/)
 * [plugin](https://wordpress.org/support/topic-tag/plugin/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bugra](https://wordpress.org/support/users/bgrnoyan/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/plugin-issue-86/#post-16524139)
 * Status: not resolved