f ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly
}
/**
* Keep the interface_exists check here for Postman Gmail API Extension users!
*
* @author jasonhendriks
*/
if (! interface_exists ( ‘PostmanTransport’ )) {
interface PostmanTransport {
public function isServiceProviderGoogle($hostname);
public function isServiceProviderMicrosoft($hostname);
public function isServiceProviderYahoo($hostname);
// @deprecated
public function isOAuthUsed($authType);
public function isTranscriptSupported();
public function getSlug();
public function getName();
// @deprecated
public function createPostmanMailAuthenticator(PostmanOptions $options, PostmanOAuthToken $authToken);
public function createZendMailTransport($fakeHostname, $fakeConfig);
public function isConfigured(PostmanOptionsInterface $options, PostmanOAuthToken $token);
public function isReady(PostmanOptionsInterface $options, PostmanOAuthToken $token);
// @deprecated
public function getMisconfigurationMessage(PostmanConfigTextHelper $scribe, PostmanOptionsInterface $options, PostmanOAuthToken $token);
// @deprecated
public function getConfigurationRecommendation($hostData);
// @deprecated
public function getHostsToTest($hostname);
/**
* Get Socket’s logo
*
* @since 2.1
* @version 1.0
*/
//public function getLogoURL();
}
}
in there i have just comment this method
/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanModuleTransport.php
line no 39
//public function getLogoURL();
i have see that my problem is resolved