Skip to content

Instantly share code, notes, and snippets.

@cyrusdavid
Last active January 7, 2025 05:52
Show Gist options
  • Save cyrusdavid/02c91d6a64d6a456e1968376e542ef8a to your computer and use it in GitHub Desktop.
Save cyrusdavid/02c91d6a64d6a456e1968376e542ef8a to your computer and use it in GitHub Desktop.
Hide the "Your License Will Expire in" notice
<?php
if (class_exists('\ElementorPro\Plugin')) {
add_action('admin_init', function() {
remove_action('admin_notices', [\ElementorPro\Plugin::instance()->license_admin, 'admin_license_details'], 20);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment