// 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 add @mention username under bbPress user avatars in WordPress
To add a @mention username under bbPress user avatars using the functions.php file, you can use the bbp_theme_after_user_avatar action hook. This hook allows you to