Title: ipefix's Replies | WordPress.org

---

# ipefix

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

 *   [Profile](https://wordpress.org/support/users/ipefix/)
 *   [Topics Started](https://wordpress.org/support/users/ipefix/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ipefix/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ipefix/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ipefix/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ipefix/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ipefix/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: [[Gallery by Visual Portfolio] Combining filters](https://wordpress.org/support/topic/combining-filters/)
 *  Thread Starter [ipefix](https://wordpress.org/support/users/ipefix/)
 * (@ipefix)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/combining-filters/#post-12774184)
 * Thanks !
    Fred
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Pre sale question](https://wordpress.org/support/topic/pre-sale-question-73/)
 *  Thread Starter [ipefix](https://wordpress.org/support/users/ipefix/)
 * (@ipefix)
 * [8 years ago](https://wordpress.org/support/topic/pre-sale-question-73/#post-10674266)
 * Ok,
    thank you Fred
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] expiry date not saved](https://wordpress.org/support/topic/expiry-date-not-saved/)
 *  Thread Starter [ipefix](https://wordpress.org/support/users/ipefix/)
 * (@ipefix)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/expiry-date-not-saved/#post-10090905)
 * Richard, thank you for your answer.
 * Here’s the link to the issue : [https://github.com/Automattic/WP-Job-Manager/issues/1389](https://github.com/Automattic/WP-Job-Manager/issues/1389)
 * I could not register as ipefix on github as it is already used.
 * My username is inspired by the famous dog you think of 😀 and a word game on 
   fixed IP.
 * Fred
    -  This reply was modified 8 years, 6 months ago by [ipefix](https://wordpress.org/support/users/ipefix/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] expiry date not saved](https://wordpress.org/support/topic/expiry-date-not-saved/)
 *  Thread Starter [ipefix](https://wordpress.org/support/users/ipefix/)
 * (@ipefix)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/expiry-date-not-saved/#post-10088434)
 * Hi,
    I found a workaround : I added a condition to the ligne ‘delete_post_meta(
   $job->ID, ‘_job_expires’ );’ in preview_handler function in the class-wp-job-
   manager-forms file
 *     ```
       // Reset expiry only if _job_expires meta is empty
       if ( empty($job->_job_expires) ) { delete_post_meta( $job->ID, '_job_expires' ); }
       ```
   
 * Now, the expiry date is kept on approving the listing.
 * Not very satisfying because it is in the core. I will have to remember this after
   the next update 😉
 * Fred
    -  This reply was modified 8 years, 6 months ago by [ipefix](https://wordpress.org/support/users/ipefix/).
    -  This reply was modified 8 years, 6 months ago by [ipefix](https://wordpress.org/support/users/ipefix/).

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