// 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 invalidate username with spaces in BuddyPress
To invalidate usernames with spaces in BuddyPress, you can use the bp_core_validate_user_signup filter. This filter allows you to modify the validation error messages for user