Title: Plotz's Replies | WordPress.org

---

# Plotz

  [  ](https://wordpress.org/support/users/plotz/)

 *   [Profile](https://wordpress.org/support/users/plotz/)
 *   [Topics Started](https://wordpress.org/support/users/plotz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/plotz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/plotz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/plotz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/plotz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/plotz/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hatch] Hacked](https://wordpress.org/support/topic/hacked-113/)
 *  [Plotz](https://wordpress.org/support/users/plotz/)
 * (@plotz)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hacked-113/#post-7665974)
 * Goto Design > Themes > hover Hatch > klick on Theme-Detais.
    Current Version 
   is 0.3.1 — **There is another security leak in Hatch.** It is possible to call
   attachement pages of unpublished posts or images, which will show the comment
   form, enabling spammers to submit comment spam from there.
 * You may deactivate the comment form in attachement pages by adding this code 
   to the functions.php of your Hatch child theme.
    ` // deactivate comments in 
   attachement pages function filter_media_comment_status( $open, $post_id ) { $
   post = get_post( $post_id ); if( $post->post_type == 'attachment' ) { return 
   false; } return $open; } add_filter( 'comments_open', 'filter_media_comment_status',
   10 , 2 );
 * If you didn’t create a child theme so far, now it’s the time to create one.
 * Cheers
    Plotz
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] NO "BUILD PACKAGE" button](https://wordpress.org/support/topic/no-build-package-button/)
 *  [Plotz](https://wordpress.org/support/users/plotz/)
 * (@plotz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/no-build-package-button/#post-5351450)
 * This might (still) happen whenever you add personal (non-WP) folders to your 
   WP root directory.
 * As soon as you remove those folders the “Create package set” button will appear.
 * Skol.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] duplicator – "Create package set" button is not active](https://wordpress.org/support/topic/duplicator-create-package-set-button-is-not-active/)
 *  [Plotz](https://wordpress.org/support/users/plotz/)
 * (@plotz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/duplicator-create-package-set-button-is-not-active/#post-4499268)
 * This might (still) happen whenever you add personal (non-WP) folders to your 
   WP root directory.
 * As soon as you remove those folders the “Create package set” button will appear.
 * Skol.

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