PublishPress Future is a handy plugin for scheduling actions like unpublishing or deleting posts (of any post type) at a specified date and time in the future.
It provides a handy [futureaction] shortcode that outputs the current single post's action date.
If you are looking to conditionally output an element in Bricks depending on whether the current post has a PublishPress Future action set, define a custom PHP function like this:
Sridhar Katakam is a Bricks enthusiast. He likes helping others by researching and solving WordPress-related problems and building websites.
Get access to all 630 Bricks code tutorials with BricksLabs Pro
Related Tutorials..
Pro
Conditionally Outputting Query Loop Item Based on Post Meta in Bricks
Rendering query-loop enabled posts depending on the value of each post's custom field value is tricky because by default, the custom field plugins' functions or…
Render an element having a specific HTML ID based on value of a custom field
This tutorial provides the steps to use Bricks' bricks/element/render filter to conditionally output an element that has the specified HTML ID based on the value…