Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shameemreza/133255bbcc20e804b9b0b864444b8d0a to your computer and use it in GitHub Desktop.
Save shameemreza/133255bbcc20e804b9b0b864444b8d0a to your computer and use it in GitHub Desktop.
Hide bookable product templates message
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