Title: has_cap warning
Last modified: August 20, 2016

---

# has_cap warning

 *  Resolved [Tom Belknap](https://wordpress.org/support/users/dragonflyeye/)
 * (@dragonflyeye)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/has_cap-warning/)
 * Can we get rid of this, please? Only plugin in my arsenal giving me this warning.
   Thanks! Great plugin otherwise!
 * [http://wordpress.org/extend/plugins/hana-flv-player/](http://wordpress.org/extend/plugins/hana-flv-player/)

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

 *  Plugin Author [HanaDaddy](https://wordpress.org/support/users/nurungji/)
 * (@nurungji)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/has_cap-warning/#post-3293048)
 * Hello
    I will fix this issue soon, but this error is supposed to show when WP_DEBUG
   is true
 *     ```
       //wp-config.php
       define('WP_DEBUG', true);
       ```
   
 * anyway, you can replace the ‘add_options_page’ line in hana-flv-player.php with
   these codes to fix it right away.
 *     ```
       global $wp_version;
       if ( $wp_version < 2 ) $capability=8; else $capability='manage_options';
       add_options_page($this->admin_setting_title,$this->admin_setting_menu, $capability, __FILE__,array(&$this,'hana_flv_options_page'));
       ```
   
 *  Plugin Author [HanaDaddy](https://wordpress.org/support/users/nurungji/)
 * (@nurungji)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/has_cap-warning/#post-3293112)
 * It’s resoved in v 3.1.0 . Thanks

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

The topic ‘has_cap warning’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hana-flv-player_b7b4c3.svg)
 * [Hana Flv Player](https://wordpress.org/plugins/hana-flv-player/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hana-flv-player/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hana-flv-player/)
 * [Active Topics](https://wordpress.org/support/plugin/hana-flv-player/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hana-flv-player/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hana-flv-player/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [HanaDaddy](https://wordpress.org/support/users/nurungji/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/has_cap-warning/#post-3293112)
 * Status: resolved