Title: DP Import
Author: Kamil Nizinski
Published: <strong>21 Avost 2025</strong>
Last modified: 02 Dicember 2025

---

Search plugins

![](https://ps.w.org/dp-import/assets/icon-256x256.png?rev=3348797)

# DP Import

 By [Kamil Nizinski](https://profiles.wordpress.org/kamilnizinski/)

[Download](https://downloads.wordpress.org/plugin/dp-import.1.7.zip)

 * [Details](https://lmo.wordpress.org/plugins/dp-import/#description)
 * [Reviews](https://lmo.wordpress.org/plugins/dp-import/#reviews)
 *  [Installation](https://lmo.wordpress.org/plugins/dp-import/#installation)
 * [Development](https://lmo.wordpress.org/plugins/dp-import/#developers)

 [Support](https://wordpress.org/support/plugin/dp-import/)

## Description

The DP Import plugin fetches publicly available doctor data, patient ratings, and
reviews from Docplanner platforms (e.g., znanylekarz.pl, doctoralia.es, miodottore.
it, and more) and allows displaying them on your WordPress site using shortcodes.
Available in FREE and PRO versions.

**FREE Version:**
 – Fetches doctor data (name, specializations, rating) and up 
to 10 latest reviews. – Manual data updates via “Update Now” button. – Shortcodes:`[
dp_import_doctor]` and `[dp_import_reviews]`.

**PRO Version:**
 – All FREE features. – Fetches all doctor reviews. – Automatic
updates via CRON (daily, every 3 days, or weekly). – Admin dashboard widget for 
profile overview. – Secure API key verification for data update.

**Key Features:**
 – Supports all Docplanner platforms (znanylekarz.pl, doktortakvimi.
com, doctoralia.es, miodottore.it, znamylekar.cz, doctoralia.com.pt, doctoralia.
com.mx, doctoralia.cl, doctoralia.com.br, doctoraliar.com, doctoralia.pe, doctoralia.
co). – Displays data via `[dp_import_doctor]` (attributes: show=”fullname,score,
avatar,specializations”) and `[dp_import_reviews]` (attributes: limit=”5″ min_rate
=”0″ show_author=”yes” show_score=”yes” show_date=”yes”). – Secure API key verification.

### External Services

This plugin connects to an external API service to verify the API key entered by
the user. When a valid key is provided, all PRO features become available to the
user.

**What data is sent:**
 – Your website domain (e.g., example.com) – The API key 
entered by the user

**When data is sent:**
 Data is sent when the user enters or updates an API key 
in the plugin settings page, regardless of whether the key is valid, as the API 
verifies its validity. In the PRO version, data is also sent each time doctor data,
ratings, and reviews are updated to verify the API key again.

**Purpose of the connection:**
 The verification process confirms that the user 
has a valid license for the PRO version of the plugin. Without a verified key, only
the FREE version features are available.

**Service provider:**
 This service is provided by Kamil Niziński and is accessed
through the API endpoint at https://kamilnizinski.com/wp-json/dp-import. – Terms
of service: https://kamilnizinski.com/dp-import/terms-of-service – Privacy policy:
https://kamilnizinski.com/dp-import/privacy-policy

### License

This plugin is licensed under the GPLv2 or later. You are free to use, modify, and
distribute it under the terms of this license.

### Disclaimer

The author is not responsible for how this plugin is used.
 Users are solely responsible
for ensuring that their use of this plugin complies with all applicable laws, copyright
regulations, data protection rules (such as GDPR), and the terms of service of any
third-party platforms. This plugin does not include or store any third-party content;
it only provides technical tools. Any misuse of this plugin that violates laws or
third-party rights is the sole responsibility of the user.

## Screenshots

 * [[
 * Plugin settings page in the WordPress admin panel.
 * [[
 * FREE version: Shows doctor data and up to 10 latest reviews after entering a 
   profile URL.
 * [[
 * PRO version: Shows full doctor data, all reviews, and additional features after
   entering a valid API key.
 * [[
 * Doctor profile display using the [dp_import_doctor] shortcode.
 * [[
 * Reviews display using the [dp_import_reviews] shortcode.

## Installation

 1. Upload the `dp-import` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to Settings > DP Import in the admin panel.
 4. Provide a valid doctor profile URL (e.g., https://www.znanylekarz.pl/jan-kowalski).
 5. Enter you verification key and save settings (not required).
 6. Test the URL and save settings to initiate data fetching.
 7. Use shortcodes `[dp_import_doctor]` and `[dp_import_reviews]` to display data on
    your site.

## FAQ

### Where do I get the API verification key?

Contact Docplanner support to obtain your unique API verification key for plugin
integration.

### How often is the data updated?

FREE: Manual updates via “Update Now”. PRO: Automatic updates (daily, every 3 days,
or weekly) via CRON, in addition to manual updates.

### What shortcodes are available?

 * `[dp_import_doctor]` – Displays doctor profile (attributes: show=”fullname,score,
   avatar,specializations”).
 * `[dp_import_reviews]` – Displays reviews (attributes: limit=”5″ min_rate=”0″ 
   show_author=”yes” show_score=”yes” show_date=”yes”).

Available in both FREE and PRO versions.

### Why is no data displayed?

Ensure the profile URL is correct, and data has been fetched. Check settings and
click “Update Now” if needed.

### Does this plugin send my data to external servers?

This plugin sends your website domain and API key to our verification server when
you enter or update your API key, and in the PRO version also during each data update(
manual or automatic). We do not collect any personal information about your website
visitors or patients. Doctor profiles and reviews are fetched directly from Docplanner
platforms and stored on your own WordPress site.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DP Import” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Kamil Nizinski ](https://profiles.wordpress.org/kamilnizinski/)

“DP Import” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/dp-import/contributors)
for their contributions.

[Translate “DP Import” into your language.](https://translate.wordpress.org/projects/wp-plugins/dp-import)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dp-import/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/dp-import/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/dp-import/) by [RSS](https://plugins.trac.wordpress.org/log/dp-import/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.7

 * Release Date – 31 July 2025
 * Added support for all Docplanner platforms.
 * Introduced FREE and PRO versions with distinct features.
 * Updated shortcodes to `[dp_import_doctor]` and `[dp_import_reviews]`.

#### 1.6

 * Release Date – 31 May 2025
 * Initial release to WordPress repository.
 * Added doctor profile and reviews integration.
 * Implemented CRON scheduling for automatic updates (PRO).
 * Added shortcodes and admin dashboard widget (PRO).

## Meta

 *  Version **1.7**
 *  Last updated **4 months ago**
 *  Active installations **30+**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/dp-import/) and [Polish](https://pl.wordpress.org/plugins/dp-import/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/dp-import)
 * Tags
 * [doctoralia](https://lmo.wordpress.org/plugins/tags/doctoralia/)[doktortakvimi](https://lmo.wordpress.org/plugins/tags/doktortakvimi/)
   [integration](https://lmo.wordpress.org/plugins/tags/integration/)[znanylekarz](https://lmo.wordpress.org/plugins/tags/znanylekarz/)
 *  [Advanced View](https://lmo.wordpress.org/plugins/dp-import/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/dp-import/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dp-import/reviews/)

## Contributors

 *   [ Kamil Nizinski ](https://profiles.wordpress.org/kamilnizinski/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dp-import/)