' . esc_html__( '%1$s: Please update "%2$s" plugin to latest version to make sure your site is all secure. We released a security patch in the latest version of this plugin. %3$s', 'colormag' ) . '

', '' . esc_html__( 'Action Required', 'colormag' ) . '', '' . esc_html__( 'ThemeGrill Demo Importer', 'colormag' ) . '', sprintf( /* Translators: 1: CTA link 2: CTA text */ '%2$s', esc_url( $action_url ), esc_html__( 'Update Now', 'colormag' ) ) ); $msg .= sprintf( /* Translators: 1: Plugin name */ '

' . esc_html__( 'Also, if the purpose of importing the demo via "%1$s" plugin is fulfilled, you can simply delete this plugin now.', 'colormag' ) . '

', '' . esc_html__( 'ThemeGrill Demo Importer', 'colormag' ) . '' ); echo $msg; ?>
ID, 'ignore_colormag_tdi_notice', true ); // Delete permanent notice remove data. if ( $ignored_notice ) { delete_user_meta( $user->ID, 'ignore_colormag_tdi_notice' ); } } } } new ColorMag_TDI_Notice();