Hi billyudi,
it’s propably hard to make this possible through widget options etc but I will have a look into this. I rather see this as an additional information passed to the template file which can then be used in the template.
For now you can use the API to access the information programatically (e.g. getIrregularOpeningInEffect
, https://github.com/janizde/WP-Opening-Hours/blob/master/doc/developer-guide.md) and then display the information individually without using a plugin. Or you can use the op_shortcode_template
filter and copy the template file and mix it with calls to the OpeningHoursModule
. The filter is documented here: https://github.com/janizde/WP-Opening-Hours/blob/master/doc/filters.md#op_shortcode_template
I hope this helps, I’m gonna close this for now, just reply in this thread if you have further questions, I have turned on notifications for this one.