Hello guys. I have a form setup for users to create posts via the frontend of the website which works great. I installed the plugin Post-Expirator to set posts up to automatically expire after a certain period of time, which also works great when I personally publish a post via the backend of Wordpress, but the problem arises when a post is publish via Gravity Forms.
Both plugins do everything they're supposed to do with no conflicts and regardless of user role. They just don't seem to be talking to each other when the post is published. I even thought is was a matter of the timestamp variables and I created custom field in the GF forms and used hooks to dynamically populate them with the corresponding variables used by Post-Expirator.
I know you all really don't go into too much depth troubleshooting 3rd-party plugins, but I am all out of tries and was hoping the solution might be something you may have ran across before and is a simple add_filter/add_action or something. Thanks guys..