You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/pdf-ninja.php
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1110,22 +1110,4 @@ public function admin_notices()
1110
1110
'message' => esc_html__( "Failed to get the Pdf.Ninja API key on last attempt. Please retry manually.", 'pdf-forms-for-contact-form-7' ),
1111
1111
) );
1112
1112
}
1113
-
1114
-
/*
1115
-
* Returns thickbox messages that need to be displayed
1116
-
*/
1117
-
publicfunctionthickbox_messages()
1118
-
{
1119
-
$messages = '';
1120
-
try
1121
-
{
1122
-
$url = $this->get_api_url();
1123
-
$verify_ssl = $this->get_verify_ssl();
1124
-
if( substr($url,0,5) == 'http:' || !$verify_ssl)
1125
-
$messages .= "<div class='notice notice-warning'><p>" . esc_html__( 'Warning: Your Contact Form 7 integration settings indicate that you are using an insecure connection to the Pdf.Ninja API server.', 'pdf-forms-for-contact-form-7' ) . "</p></div>";
0 commit comments