- notices, gdpr, settings, metabox, menu

This commit is contained in:
ashubawork
2023-07-12 15:31:06 +03:00
parent 14e9a47f2e
commit 82ae1dc614
5 changed files with 119 additions and 49 deletions
+3 -1
View File
@@ -69,7 +69,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Menu' ) ) {
ob_start();
printf( __( 'If you like Ultimate Member please consider leaving a %s review. It will help us to grow the plugin and make it more popular. Thank you.', 'ultimate-member' ), $link ) ?>
// translators: %s: Review link.
echo wp_kses( sprintf( __( 'If you like Ultimate Member please consider leaving a %s review. It will help us to grow the plugin and make it more popular. Thank you.', 'ultimate-member' ), $link ), JB()->get_allowed_html( 'admin_notice' ) );
?>
<script type="text/javascript">
jQuery( 'a.um-admin-rating-link' ).click(function() {