Title: codesnipper's Replies | WordPress.org

---

# codesnipper

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Order Statuses for WooCommerce] Empty e-mail](https://wordpress.org/support/topic/empty-e-mail/)
 *  Thread Starter [codesnipper](https://wordpress.org/support/users/codesnipper/)
 * (@codesnipper)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/empty-e-mail/#post-15447211)
 * In
 * public function sanitize_email_template
 * I changed
 * remove_action(‘woocommerce_email_header’, array($class, ’email_header’));
 * to this
 * remove_action(‘woocommerce_email_header’, array($class, ‘woocommerce_email_header’));
 * And now it works – but:
 * My theme uses plugin “WooCommerce Email Template Customizer” – and I have option
   to customize this email with plugin, but this customized email is not sended –
   only default woocommerce email.
 * But it’s on theme creator side, so, I will write to him.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waymark] [feature request] Add marker from frontend](https://wordpress.org/support/topic/feature-request-add-marker-from-frontend/)
 *  Thread Starter [codesnipper](https://wordpress.org/support/users/codesnipper/)
 * (@codesnipper)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/feature-request-add-marker-from-frontend/#post-13298473)
 * Admin can approve it or delete. Simple solution for everyone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waymark] [feature request] Add marker from frontend](https://wordpress.org/support/topic/feature-request-add-marker-from-frontend/)
 *  Thread Starter [codesnipper](https://wordpress.org/support/users/codesnipper/)
 * (@codesnipper)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/feature-request-add-marker-from-frontend/#post-13297869)
 * Nope, simple button for all, maybe with some captcha or for registered. Admin
   approve every marker. Something simple.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Variable products showing as out of stock](https://wordpress.org/support/topic/variable-products-showing-as-out-of-stock-2/)
 *  [codesnipper](https://wordpress.org/support/users/codesnipper/)
 * (@codesnipper)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/variable-products-showing-as-out-of-stock-2/#post-11461891)
 * Same situation in my site 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bulk Images to Posts] Image description as post content](https://wordpress.org/support/topic/image-description-as-post-content/)
 *  Thread Starter [codesnipper](https://wordpress.org/support/users/codesnipper/)
 * (@codesnipper)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/image-description-as-post-content/#post-11291581)
 * Simple and working solution.
 * In bip-dropzone.php
 * line 76 replace this:
 * `$postContent = ""`
 * with this:
 *     ```
       $img_meta = wp_get_attachment_metadata( $attachment_id );
       $postContent = $img_meta['image_meta']['caption'];
       ```
   

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