Title: [Plugin: flickrRSS] Deprecated Argument
Last modified: August 20, 2016

---

# [Plugin: flickrRSS] Deprecated Argument

 *  [Donald Gilbert](https://wordpress.org/support/users/dilbert4life/)
 * (@dilbert4life)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-flickrrss-deprecated-argument/)
 * Please update the add_options_page() function in this plugin, as it currently
   uses user levels instead of roles and capabilities when registering the admin
   page on line 226 of flickrrss.php. Your plugin is generating a deprecated function
   error. (not a big deal for most)
 * Currently:
    `add_options_page('flickrRSS Settings', 'flickrRSS', 8, basename(
   __FILE__), array(&$this, 'printSettingsPage'));`
 * Should be:
    `add_options_page('flickrRSS Settings', 'flickrRSS', 'manage_options',
   basename(__FILE__), array(&$this, 'printSettingsPage'));`
 * [http://wordpress.org/extend/plugins/flickr-rss/](http://wordpress.org/extend/plugins/flickr-rss/)

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

 *  Plugin Author [Dave Kellam](https://wordpress.org/support/users/eightface/)
 * (@eightface)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-flickrrss-deprecated-argument/#post-2447586)
 * Sorry about that, it had been years since the last update and I guess my sandbox
   install didn’t have the debug flag on. I’ll try to get that fixed up in the near
   future.
 *  Thread Starter [Donald Gilbert](https://wordpress.org/support/users/dilbert4life/)
 * (@dilbert4life)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-flickrrss-deprecated-argument/#post-2447588)
 * Not a problem – thanks for a great plugin!

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

The topic ‘[Plugin: flickrRSS] Deprecated Argument’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flickr-rss.svg)
 * [flickrRSS](https://wordpress.org/plugins/flickr-rss/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flickr-rss/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flickr-rss/)
 * [Active Topics](https://wordpress.org/support/plugin/flickr-rss/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flickr-rss/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flickr-rss/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Donald Gilbert](https://wordpress.org/support/users/dilbert4life/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-flickrrss-deprecated-argument/#post-2447588)
 * Status: not resolved