Remove license admin notice in SEOPress on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_action('in_admin_header', 'sp_notice_license', 10);
function sp_notice_license() {
remove_action( 'seopress_admin_notices', 'seopress_notice_license' );
}