Title: enack's Replies | WordPress.org

---

# enack

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Opening Hours] Gravity forms](https://wordpress.org/support/topic/gravity-forms-51/)
 *  Thread Starter [enack](https://wordpress.org/support/users/enack/)
 * (@enack)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/gravity-forms-51/#post-8984626)
 * Hi Janizde thanks for getting back to me
    I was given a code that uses gravity
   form fields to add to a custom post, I was wondering if you can see any reasons
   why the hours fields are not being added (Im a newbie). Thanks
 * //Create opening hours
    add_action(“gform_after_submission_11”, “create_new_set”,
   10, 2); function create_new_set($entry, $form){ //First need to create the post
   in its basic form $new_set = array( ‘post_title’ => ucwords($entry[15]), ‘post_status’
   => ‘publish’, ‘post_author’ => 16, // this represents admin by default. ‘post_type’
   => ‘op-set’, ‘timeStart’ => (entry[1]),//this will represent the form field that
   has a time field in it ‘timeEnd’ => (entry[2]), ); $post_id = wp_insert_post(
   $new_set); }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Autoptimize Cache](https://wordpress.org/support/topic/autoptimize-cache/)
 *  [enack](https://wordpress.org/support/users/enack/)
 * (@enack)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/autoptimize-cache/#post-8896868)
 * So delete cache whenever the red light blinks? It said 100% and naturally I thought
   that was a good thing. Defo would have been awesome to be notified of this throughout
   the download process as opposed to this link.
    gGod plugin though, needs a few
   improvements before 5 stars but that’s more to do with getting to know different
   environments
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Opening Hours] Conflict with other plugin](https://wordpress.org/support/topic/conflict-with-other-plugin-16/)
 *  Thread Starter [enack](https://wordpress.org/support/users/enack/)
 * (@enack)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/conflict-with-other-plugin-16/#post-8630895)
 * problem solved with upgrade, Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Opening Hours] Conflict with other plugin](https://wordpress.org/support/topic/conflict-with-other-plugin-16/)
 *  Thread Starter [enack](https://wordpress.org/support/users/enack/)
 * (@enack)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/conflict-with-other-plugin-16/#post-8630578)
 * Bare with me just doing the diagnoses now (except my apology for not doing this
   in advance im a beginner)
    -  This reply was modified 9 years, 4 months ago by [enack](https://wordpress.org/support/users/enack/).

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