' . esc_html__('You are not connected to MlsImport - Please check your Username and Password.', 'mlsimport') . '
';
return;
}
if ('yes' !== $is_mls_connected) {
echo '
' . esc_html__('The connection to your MLS was NOT succesful. Please check the authentication token is correct and check your MLS Data Access Application is approved.', 'mlsimport') . '
';
return;
}
if ( 'yes' === $mlsimport_mls_metadata_populated ) {
// We have MLS metadata, so we can show the field selection interface
?>
admin->mlsimport_saas_get_mls_api_token_from_transient();
if ( trim( $token ) !== '' ) {
?>