'; echo sprintf(__( 'Registration is disabled. Please go to the general settings page in the WordPress admin and select anyone can register. Hide this notice', 'ultimatemember' ), admin_url('options-general.php'), add_query_arg('um_adm_action', 'um_can_register_notice') ); echo '
'; } $hide_exif_notice = get_option('um_show_exif_notice'); if ( !extension_loaded('exif') && !$hide_exif_notice ) { echo ''; echo sprintf(__( 'Exif is not enabled on your server. Mobile photo uploads will not be rotated correctly until you enable the exif extension. Hide this notice', 'ultimatemember' ), add_query_arg('um_adm_action', 'um_show_exif_notice') ); echo '
' . $message['err_content'] . '
' . $message['content'] . '