Title: Conflicting save_post using Custom Type
Last modified: August 22, 2016

---

# Conflicting save_post using Custom Type

 *  Resolved [gonzalezea](https://wordpress.org/support/users/gonzalezea/)
 * (@gonzalezea)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/conflicting-save_post-using-custom-type/)
 * Hi all, i’m having conflicts with an inhouse developed plugin that uses custom-
   post. When it comes to saving a form this message is shown:
 * Notice: Undefined index: always_edit_in_html_noncename in /var/webbase/desarrollo.
   local/webroot/site/mytestsite/wp-content/plugins/always-edit-in-html/always-edit-
   in-html.php on line 133
 * Then everything goes blank. Problem got resolved changing line 133 to this:
 * `if( !isset($_POST['always_edit_in_html_noncename']) or !wp_verify_nonce( $_POST['
   always_edit_in_html_noncename'], plugin_basename( __FILE__ ) ) ){`
 * I think conflict arise because our plugin fires save_post hook (priority stuff)
   defined in AEIH.
 * Great plugin Will!!, one of my “never use WP without it” favorites
 * WP 3.9.2
    AEIH 1.5 PHP 5.5.3-1 Ubuntu
 * [https://wordpress.org/plugins/always-edit-in-html/](https://wordpress.org/plugins/always-edit-in-html/)

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

 *  [Wil](https://wordpress.org/support/users/limecanvas/)
 * (@limecanvas)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/conflicting-save_post-using-custom-type/#post-5470847)
 * Hey Gonzalezea
 * Thanks for the update. I’m about to do some testing with WP 4.1 so I’ll update
   the codebase.
 * Cheerz,
    Wil.
 *  [Wil](https://wordpress.org/support/users/limecanvas/)
 * (@limecanvas)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/conflicting-save_post-using-custom-type/#post-5470856)
 * Fixed in 1.6.
 * Thanks.

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

The topic ‘Conflicting save_post using Custom Type’ is closed to new replies.

 * ![](https://ps.w.org/always-edit-in-html/assets/icon-256x256.jpg?rev=1434816)
 * [Always Edit In HTML](https://wordpress.org/plugins/always-edit-in-html/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/always-edit-in-html/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/always-edit-in-html/)
 * [Active Topics](https://wordpress.org/support/plugin/always-edit-in-html/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/always-edit-in-html/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/always-edit-in-html/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [index](https://wordpress.org/support/topic-tag/index/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [undefined](https://wordpress.org/support/topic-tag/undefined/)

 * 2 replies
 * 2 participants
 * Last reply from: [Wil](https://wordpress.org/support/users/limecanvas/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/conflicting-save_post-using-custom-type/#post-5470856)
 * Status: resolved