anzu_license_options = get_option( 'anzu_license_option_name' ); ?>
anzu_license_options['anzu_license_key'] ) ? $this->anzu_license_options['anzu_license_key'] : '';
printf(
'',
isset( $anzu_license ) ? esc_attr( $anzu_license ) : ''
);
if (strlen($anzu_license) == 40 && preg_match('/\d/', $anzu_license) && preg_match('/[a-zA-Z]/', $anzu_license)) {
echo "".esc_html( 'Activated', 'anzu' )."
";
} else {
echo "".esc_html( 'Deactivated', 'anzu' )."
";
}
}
}
if ( is_admin() )
$license = new AnzuLicense();