Example date expression
-
This PHP expression means “display the content (row) after 10am on 7/31/2021”.
(time() > strtotime('10 am ' . date('31-7-2021')))
Excellent plugin!
- The topic ‘Example date expression’ is closed to new replies.
Home / Plugin: Content Visibility for Divi Builder / Example date expression
This PHP expression means “display the content (row) after 10am on 7/31/2021”.
(time() > strtotime('10 am ' . date('31-7-2021')))
Excellent plugin!