You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a boxzilla box is set to be published at a future date, the Admin->flush_rules method doesn’t get called at publish time, and the box never gets shown until it is saved manually in the admin interface again.
I have solved this on our site by using the transition_post_status hook and calling $boxzilla[‘admin’]->flush_rules($post_id) when conditions match, but it would be great if this was solved in the plugin itself.
If a boxzilla box is set to be published at a future date, the Admin->flush_rules method doesn’t get called at publish time, and the box never gets shown until it is saved manually in the admin interface again.
I have solved this on our site by using the transition_post_status hook and calling $boxzilla[‘admin’]->flush_rules($post_id) when conditions match, but it would be great if this was solved in the plugin itself.
reported here: https://wordpress.org/support/topic/flush_rules-is-not-called-on-auto-publish/
The text was updated successfully, but these errors were encountered: