Title: Default unchecked
Last modified: August 22, 2016

---

# Default unchecked

 *  Resolved [GlitteratiBlog](https://wordpress.org/support/users/glitteratiblog/)
 * (@glitteratiblog)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/default-unchecked/)
 * I have been experimenting with this plugin and so far I really like it.
 * Just one simple question: how can I edit the code so that ‘plugin enabled for
   this post’ is unchecked by default, when opening a new post?
 * [https://wordpress.org/plugins/magic-post-thumbnail/](https://wordpress.org/plugins/magic-post-thumbnail/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/)
 * (@mcurly)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/default-unchecked/#post-5872995)
 * Hi,
    Thanks for your feedback. This possibility is not set into plugin options.
   So if you want to do that, you have to go into the file magic_post_thumbnail.
   php and on line 401, change `$value = ( $value != '0' )? 'checked="checked"' :'';`
   with `$value = ( $value != '0' )? '' : 'checked="checked"' ;`

Viewing 1 replies (of 1 total)

The topic ‘Default unchecked’ is closed to new replies.

 * ![](https://ps.w.org/magic-post-thumbnail/assets/icon-256x256.png?rev=3183991)
 * [Generate Images (AI) - Magic Post Thumbnail](https://wordpress.org/plugins/magic-post-thumbnail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/magic-post-thumbnail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/magic-post-thumbnail/)
 * [Active Topics](https://wordpress.org/support/plugin/magic-post-thumbnail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/magic-post-thumbnail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/magic-post-thumbnail/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/default-unchecked/#post-5872995)
 * Status: resolved