Hi oh to make this https://nimb.ws/RJNj86
i need to show the split
Hi,
Iwant to know if you have the intention to update smoobu in the new version of wordpress?
Hello,
unfortunately my calendars all have available dates beginning from march 2022 to 15th February 2023 although all the dates are not available in smoobu because they are blocked. Could you please fix this issue?
Best regards,
Matt
Unfortunately I made a mistake with the Webhookurl.
I copied the webhookurl from Smoobu –> For Developers –> Webhookurl
into the Webhookurl of the WP Bookingflow plugin.
If I block a date in Smoobu it is not automatically updated.
How can I change this?
And another question how long will it take that the calendar will be updated in WordPress Website
]]>After activating the plugin, a lot of undefined variable notices are being thrown:
Notice: Undefined variable: layout_arr in .../class-smoobu-calendar.php on line 96
Fix: define the array:
private function set_layout( $layout ) {
// form an array of measures.
$layout_arr = array();
Next:
Notice: Undefined index: general_bg in .../styling.php on line 110
Fix: check if the key exists before echoing it:
if( ! empty( $default_settings[ $key ] ) ){
echo esc_attr( $default_settings[ $key ] );
}
Is there a GitHub repo that can be forked, fix and a pull request submitted?
]]>