Skip to content

Instantly share code, notes, and snippets.

@kartikparmar
Created September 24, 2024 12:08
Show Gist options
  • Save kartikparmar/dc76c35544670ac1f3b4f1d68226096e to your computer and use it in GitHub Desktop.
Save kartikparmar/dc76c35544670ac1f3b4f1d68226096e to your computer and use it in GitHub Desktop.
Change calendar icon
/**
* This function will change the calendar icon of the Date selection fields in the front-end booking form.
*/
function bkap_calendar_custom_icon_file() {
return 'https://www.pngfind.com/pngs/m/681-6816950_small-calendar-icon-png-transparent-png.png';
}
add_filter( 'bkap_calendar_icon_file', 'bkap_calendar_custom_icon_file' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment