Created
April 14, 2025 03:13
-
-
Save shameemreza/133255bbcc20e804b9b0b864444b8d0a to your computer and use it in GitHub Desktop.
Hide bookable product templates message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'admin_enqueue_scripts', function() { | |
remove_action( 'admin_notices', [ 'WC_Bookings_Admin_Install', 'bookable_product_templates_notice' ] ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment