For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove price in calendar

If you want to remove price in calendar, you can add bellow code to functions.php file in theme or child theme

add_filter( 'ovabrw_get_calendar_price_html', function($price){ return ''; } );

Last updated