Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Created March 22, 2021 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maheshwaghmare/29e942d458625cd2869e755247ae40ba to your computer and use it in GitHub Desktop.
Save maheshwaghmare/29e942d458625cd2869e755247ae40ba to your computer and use it in GitHub Desktop.
Disable the Starter Templates five star admin notice.
<?php
if( is_callable( 'Astra_Sites_Admin::get_instance' ) ) {
remove_action( 'admin_notices', array( Astra_Sites_Admin::get_instance(), 'admin_notices' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment