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:
This Pro tutorial provides the steps to conditionally output elements depending on the currently logged-in user's role. Step 1 Create a section Template having the…