Title: Consider this change
Last modified: August 30, 2016

---

# Consider this change

 *  Resolved [Bryan Willis](https://wordpress.org/support/users/codecandid/)
 * (@codecandid)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/consider-this-change/)
 * [https://github.com/wp-plugins/genesis-slide-in-widget/blob/1367560d016d668f8af04229e3abd37b3e6ad8f8/genesis-slide-in-widget.php#L48](https://github.com/wp-plugins/genesis-slide-in-widget/blob/1367560d016d668f8af04229e3abd37b3e6ad8f8/genesis-slide-in-widget.php#L48)
 * Change this:
 * `add_action('admin_init', 'wpstudio_gsw_deactivate_check');`
 * To:
    `add_action('after_switch_theme', 'wpstudio_gsw_deactivate_check');`
 * This is only run when the theme is switched instead of checking every admin init
   if genesis is active. Since you already have it checking on plugin activation
   there is no need to check unless the theme is switched. Hope this helps!
 * [https://wordpress.org/plugins/genesis-slide-in-widget/](https://wordpress.org/plugins/genesis-slide-in-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Frank Schrijvers](https://wordpress.org/support/users/frankschrijvers/)
 * (@frankschrijvers)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/consider-this-change/#post-6749079)
 * Hi Bryan,
 * I’ve updated the plugin and changed the the add_action as you described.
 * Thanks for your advice.

Viewing 1 replies (of 1 total)

The topic ‘Consider this change’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/genesis-slide-in-widget_575c60.svg)
 * [Genesis Slide-in Widget](https://wordpress.org/plugins/genesis-slide-in-widget/)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-slide-in-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-slide-in-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-slide-in-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-slide-in-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frank Schrijvers](https://wordpress.org/support/users/frankschrijvers/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/consider-this-change/#post-6749079)
 * Status: resolved