Forums
Home / Plugin: Sitewide Notice WP / Show only on tuesday
(@jpollie)
3 years, 4 months ago
I would like to show it only on tuesdays will this be possible?
(@andrewza)
Hi @jpollie
Thank you for using Sitewide Notice WP, this is possible with a custom function.
You would hook into swnza_show_banner and then return true if it’s a Tuesday, by using a PHP date function.
swnza_show_banner
Here is a link to the hook – https://github.com/andrewlimaza/sitewide-notice-wp/blob/master/sitewide-notice-wp.php#L94