public static function print_notifications_field() { $cb = '<p><input type="checkbox" id="%1$s" name="nelioab_settings[%1$s]" %3$s %4$s />%2$s</p>'; printf($cb, 'notify_exp_finalization', __('Notify me when an experiment is automatically stopped.', 'nelioab'), self::checked(NelioABSettings::is_notification_enabled(NelioABSettings::NOTIFICATION_EXP_FINALIZATION)), self::get_pro_details()); }