Title: Plugin using depreciated function
Last modified: August 20, 2016

---

# Plugin using depreciated function

 *  [MickeyRoush](https://wordpress.org/support/users/mickeyroush/)
 * (@mickeyroush)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-using-depreciated-function/)
 * This plugin is using the depreciated function is_site_admin
 * Need to use is_admin or is_super_admin for multi-site. (You can just use is_super_admin
   as it will default to is_admin if network mode is disabled.)
    [http://codex.wordpress.org/WPMU_Functions/is_site_admin](http://codex.wordpress.org/WPMU_Functions/is_site_admin)
 * Also the only difference between this version and the original version is the
   change on line 151 which you can do for yourself in the original version.
 * `add_submenu_page('wpmu-admin.php', __('WordPress Hashcash'), __('WordPress Hashcash'),'
   manage_options', 'wphc_admin', 'wphc_admin_options');`
 * to:
 * `add_submenu_page('options-general.php', __('WordPress Hashcash'), __('WordPress
   Hashcash'), 'manage_options', 'wphc_admin', 'wphc_admin_options');`
 * [http://wordpress.org/extend/plugins/wp-hashcash-extended/](http://wordpress.org/extend/plugins/wp-hashcash-extended/)

The topic ‘Plugin using depreciated function’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [MickeyRoush](https://wordpress.org/support/users/mickeyroush/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-using-depreciated-function/)
 * Status: not resolved