Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 385 Bytes

covid-notificationbar

WordPress Notification Bar for COVID-19

Use in a template file: if(has_action('covid_notification_action')) { // action exists so execute it do_action('covid_notification_action'); } else { // action has not been registered }

Use as a shortcode [covidnotifybar] or [covidnotifybar]Notice Text[/covidnotifybar]

Support at http://git.pkwy.digital/