really_simple_ssl->get_score_percentage(); $lowest_possible_task_count = RSSSL()->really_simple_ssl->get_lowest_possible_task_count(); ?>
% really_simple_ssl->get_remaining_tasks_count(); $open_tasks_html = '
'.$open_task_count.'
'; if (RSSSL()->really_simple_ssl->ssl_enabled) { $doing_well = __( "SSL is activated on your site.", 'really-simple-ssl' ) . ' ' . sprintf( _n( "You still have %s task open.", "You still have %s tasks open.", $open_task_count, 'really-simple-ssl' ), $open_tasks_html ); if ( $open_task_count === 0 ) { _e("SSL configuration finished!", "really-simple-ssl"); } elseif ( !defined('rsssl_pro_version') ){ if ( $open_task_count >= $lowest_possible_task_count) { echo $doing_well; } else { printf(__("Basic SSL configuration finished! Improve your score with %sReally Simple SSL Pro%s.", "really-simple-ssl"), '', ''); } } else { echo $doing_well; } } else { if ( !is_network_admin() ) _e("SSL is not yet enabled on this site." , "really-simple-ssl"); } do_action('rsssl_progress_feedback'); ?>
really_simple_ssl->get_notices_list(array( 'status' => 'all' )); foreach ($notices as $id => $notice) { RSSSL()->really_simple_ssl->notice_row($id, $notice); } ?>