Hi there,
You can do that with this snippet:
function remove_give_version_in_header() {
remove_action( 'wp_head', 'give_version_in_header' );
}
add_action( 'wp_head', 'remove_give_version_in_header', 1 );
If you need guidance implementing custom PHP functions on your website, we have this guide here: https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
But I’m also curious why you want that removed? Thanks!
Thread Starter
lazyym
(@lazyym)
Got it, thanks!
Because it’s none of anyone’s business. 🙂
Love your plugin btw. Will be upgrading soon.
Ok. Great to hear!
If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
https://wordpress.org/support/plugin/give/reviews/
Thanks!