// Disable search in WordPress - More snippets at wpunplugged.com
add_filter('woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text');
function woo_custom_cart_button_text() {
return __('Book Now', 'woocommerce');
}
How to display logged in users avatar in BuddyPress
To display the avatar of a logged-in user in BuddyPress, you can use the bp_loggedin_user_avatar function. This function will display the avatar of the currently