Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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