ipefix
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Combining filtersThanks !
FredForum: Plugins
In reply to: [Polylang] Pre sale questionOk,
thank you
FredForum: Plugins
In reply to: [WP Job Manager] expiry date not savedRichard, thank you for your answer.
Here’s the link to the issue : 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, 2 months ago by ipefix.
Forum: Plugins
In reply to: [WP Job Manager] expiry date not savedHi,
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
Viewing 4 replies - 1 through 4 (of 4 total)