FAQ

1: How to hide Price in Calendar

add bellow code to functions.php file in theme or child theme

add_filter('ovabrw_show_price_calendar', '__return_false');

Last updated