Title: chip227's Replies | WordPress.org

---

# chip227

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spots] Disable automatic creation of spot drafts](https://wordpress.org/support/topic/disable-automatic-creation-of-spot-drafts/)
 *  Thread Starter [chip227](https://wordpress.org/support/users/chip227/)
 * (@chip227)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/disable-automatic-creation-of-spot-drafts/#post-6294254)
 * I’m embedding the spots via php:
 *     ```
       <?php
       if ( function_exists( 'icit_spot' ) ){
       	 icit_spot('After Content', 'after-content');
       }
       ?>
       ```
   
 * Is it possible that caching plugins could be causing it to not detect an existing
   spot with the specified title?

Viewing 1 replies (of 1 total)