{"id":5813418,"date":"2023-07-19T00:05:22","date_gmt":"2023-07-19T00:05:22","guid":{"rendered":"https:\/\/www.wpallimport.com\/?post_type=documentation&#038;p=5813418"},"modified":"2025-12-08T18:49:43","modified_gmt":"2025-12-08T18:49:43","slug":"cron","status":"publish","type":"documentation","link":"https:\/\/www.wpallimport.com\/documentation\/cron\/","title":{"rendered":"Scheduling Imports Using Cron Jobs"},"content":{"rendered":"\n<p>Cron jobs help automate tasks on a schedule. They are like alarms for your computer, running scripts or performing actions at specific times. They save time by automating repetitive tasks.<\/p>\n\n\n\n<p>To run a WordPress import on a schedule, you can set up two cron jobs on your server. This feature is included in WP All Import out of the box and lets you run your import automatically.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"manual-vs-automatic\">Manual Scheduling vs Automatic Scheduling<\/h2>\n\n\n\n<p>WP All Import offers two different ways to automate imports. The first option is to manually create the cron jobs on your server. The second option is to use our paid&nbsp;<a href=\"https:\/\/www.wpallimport.com\/documentation\/run-wordpress-export-on-a-schedule\/\" target=\"_blank\" rel=\"noreferrer noopener\">Automatic Scheduling Service<\/a>, where you can set your imports to run on a schedule from within WP All Import instead of setting up cron jobs.<\/p>\n\n\n\n<p>This guide focuses on manually creating the cron jobs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-cron-works\">How Manual Cron Jobs Work<\/h2>\n\n\n\n<p>Each time an import cron job is run, WP All Import will download your XML or CSV file from the specified source and update, delete, and create posts on your site according to your settings.<\/p>\n\n\n\n<p>To set up a recurring import using cron jobs, specify the URL to your XML or CSV file on the import <strong>Settings<\/strong> page. This can also be activated when using an FTP or SFTP file source, or when using the <strong>Use existing file<\/strong> option.<\/p>\n\n\n\n<p>Next, visit the <strong>Scheduling Options<\/strong> link on the <strong>All Import \u203a<\/strong> <strong>Manage Imports<\/strong>&nbsp;page to open the <strong>Scheduling Options<\/strong> screen.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options.jpg\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"356\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options-1024x356.jpg\" alt=\"Manual Cron Jobs Scheduling Options\" class=\"wp-image-5813668\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options-1024x356.jpg 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options-300x104.jpg 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options-768x267.jpg 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options-1536x534.jpg 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options-2048x712.jpg 2048w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Scheduling-Options.jpg 2250w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>You need to choose the <strong>Manual Scheduling<\/strong> option here:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs.png\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img decoding=\"async\" width=\"1024\" height=\"569\" src=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs-1024x569.png\" alt=\"Manual Cron Jobs Check URLs\" class=\"wp-image-5813670\" srcset=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs-1024x569.png 1024w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs-300x167.png 300w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs-768x427.png 768w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs-1536x853.png 1536w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs-2048x1138.png 2048w, https:\/\/www.wpallimport.com\/wp-content\/uploads\/2023\/07\/Manual-Cron-Jobs-Check-URLs.png 2232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>You can ignore the <strong>Save<\/strong> button, as nothing needs to be saved on this screen. The cron job URLs are always active.<\/p>\n\n\n\n<p>Each import has two cron URLs \u2013 a trigger URL and a processing URL.<\/p>\n\n\n\n<p><strong>The trigger URL will look something like this:<\/strong><br><em>http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=trigger<\/em><\/p>\n\n\n\n<p><strong>The processing URL will look something like this:<\/strong><br><em>http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=processing<\/em><\/p>\n\n\n\n<p>You can find your secret key on the <strong>All Import \u203a Settings<\/strong> screen and the import ID on the <strong>All Import \u203a<\/strong> <strong>Manage Imports<\/strong> screen.<\/p>\n\n\n\n<p>If you want to run your import every 24 hours, you should run the trigger URL every 24 hours. If you want to run your import once per week, you should run the trigger URL every week.<\/p>\n\n\n\n<p>The processing URL should be run every two minutes because it may not finish your import in one run. The reason is that many hosts have maximum script execution times in place, so your processing script may only finish a small percentage of your import before it times out.<\/p>\n\n\n\n<p>If this is the case and the processing script is run again after two minutes, it checks to see if your import is finished or if there\u2019s still work to be done. If there\u2019s work to be done, it will import posts for as long as it can, or two minutes, whichever is longer.<\/p>\n\n\n\n<p>On the next run of the processing script, it will see if more work needs to be done on the import. If so, it will do it. If not, it will \u201cuntrigger\u201d the import, which means the processing script will have no effect until the import is triggered again by the next run of the trigger script.<\/p>\n\n\n\n<p>Besides the trigger and processing URLs, there is a cancel URL available to cancel the cron job execution:<\/p>\n\n\n\n<p><strong>The cancel URL will look something like this:<\/strong><br><em>http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=cancel<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"setting-up\">Setting&nbsp;Up Cron Jobs Correctly<\/h2>\n\n\n\n<p>The instructions for setting up cron jobs vary across hosts. You can often do it in your web hosting control panel.<\/p>\n\n\n\n<p>To create a cron job that hits the cron URLs, the wget command is often used. Below are a few cron command examples (not all options work with all hosts, so you should ask your host for guidance):<\/p>\n\n\n\n<div class=\"wp-block-wpcodebox-snippet wpcodebox-snippet\" data-language=\"bash\"><pre class=\"line-numbers\"><code class=\"language-bash\">wget --spider \"http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=trigger&amp;rand=\"$RANDOM<\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-wpcodebox-snippet wpcodebox-snippet\" data-language=\"php\"><pre class=\"line-numbers\"><code class=\"language-php\">wget --quiet -O - \"http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=trigger&amp;rand=\"$RANDOM<\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-wpcodebox-snippet wpcodebox-snippet\" data-language=\"php\"><pre class=\"line-numbers\"><code class=\"language-php\">curl \"http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=trigger&amp;rand=\"$RANDOM<\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-wpcodebox-snippet wpcodebox-snippet\" data-language=\"php\"><pre class=\"line-numbers\"><code class=\"language-php\">lynx \"http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=trigger&amp;rand=\"$RANDOM<\/code><\/pre><\/div>\n\n\n\n<p>As seen in those examples, we use a $RANDOM parameter as a cache-busting technique. This is particularly handy in servers where heavy caching doesn't allow the cron jobs to function correctly.<\/p>\n\n\n\n<div class=\"docs-interstitial\">\n\n    <img decoding=\"async\" src=\"https:\/\/www.wpallimport.com\/wp-content\/plugins\/custom-acf-blocks\/blocks\/docs-interstitial\/img\/octopus-logo.svg\" class=\"docs-interstitial__logo\">    <h3>Import Any CSV, XML, or Excel to WordPress<\/h3>\n    <ul><li>Cron Scheduling<\/li><li>Images &amp; galleries<\/li><li>Custom fields<\/li><li>Categories &amp; tags<\/li><li>Woo, ACF, Meta Box, JetEngine<\/li><\/ul>\n    <div class=\"docs-interstitial__cta\">\n        <a class=\"docs-interstitial__btn\" href=\"#pricing\" target=\"_self\">View Pricing<\/a>\n                    <a class=\"docs-interstitial__text-link\" href=\"https:\/\/www.wpallimport.com\/import-wordpress-csv-xml-excel\/\" target=\"_self\">\n                Product Tour\n                <div class=\"docs-interstitial__text-link-arrow\">\n                    <svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M8 1.5L12 5.5L8 9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                    <path d=\"M11.5 5.5H1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/a>\n            <\/div>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"email-template\">Email Template to Ask Host For Support<\/h2>\n\n\n\n<p>To ask your web hosting provider to set up the cron for you, use this email template:<\/p>\n\n\n\n<p><em>Hi Support,<\/em><\/p>\n\n\n\n<p><em>Please set up two cron jobs.<\/em><\/p>\n\n\n\n<p><em>CRON JOB 1<\/em><br><em>Fetch this URL every 24 hours: http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=trigger<\/em><\/p>\n\n\n\n<p><em>CRON JOB 2<\/em><br><em>Fetch this URL every 2 minutes: http:\/\/YOUR-WEBSITE.com\/wp-load.php?import_key=[YOUR_SECRET_KEY]&amp;import_id=[YOUR_IMPORT_ID]&amp;action=processing<\/em><\/p>\n\n\n\n<p><em>Thanks,<\/em><br><em>Your Name<\/em><\/p>\n\n\n\n<p>If your web host doesn\u2019t have a cron feature, you can use an external service like&nbsp;<a href=\"https:\/\/www.easycron.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">EasyCron<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"command-line\">Call Cron URLs from the Command Line<\/h2>\n\n\n\n<p>You can call the WP All Import and WP All Export cron URLs from the command line. This may be necessary if your site's configuration won't allow inbound calls to the regular cron URLs.<\/p>\n\n\n\n<p>It should look something like this:<\/p>\n\n\n\n<div class=\"wp-block-wpcodebox-snippet wpcodebox-snippet\" data-language=\"bash\"><pre class=\"line-numbers\"><code class=\"language-bash\">\/path\/to\/your\/php-cgi \/path\/to\/yourwordpressinstall\/wp-load.php import_key=ABC123 import_id=5 action=trigger\n\/path\/to\/your\/php-cgi \/path\/to\/yourwordpressinstall\/wp-load.php import_key=ABC123 import_id=5 action=processing<\/code><\/pre><\/div>\n\n\n\n<p>Note: The php-cgi binary must be used, or the parameters won't be passed correctly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Related Docs<\/h2>\n\n\n\n\n\n<p>Learn about our optional paid Automatic Scheduling Service.<\/p>\n\n\n\n\n\n<p>Quickstart guide that explains how to use WP All Import to import data.<\/p>\n\n\n\n\n\n<p>Use PHP functions in WP All Import to modify data on-the-fly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.<\/p>\n","protected":false},"author":96198,"featured_media":2990227,"parent":2991583,"menu_order":2,"template":"","tags":[],"content_author":[213],"search_tags":[],"class_list":["post-5813418","documentation","type-documentation","status-publish","has-post-thumbnail","hentry","content_author-editorial-staff"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Schedule XML &amp; CSV Imports Using Cron Jobs - WP All Import<\/title>\n<meta name=\"description\" content=\"Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wpallimport.com\/documentation\/cron\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule XML &amp; CSV Imports Using Cron Jobs - WP All Import\" \/>\n<meta property=\"og:description\" content=\"Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wpallimport.com\/documentation\/cron\/\" \/>\n<meta property=\"og:site_name\" content=\"WP All Import\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/groups\/wpallimport\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-08T18:49:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png\" \/>\n\t<meta property=\"og:image:width\" content=\"988\" \/>\n\t<meta property=\"og:image:height\" content=\"390\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Editorial Staff\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/cron\/\",\"url\":\"https:\/\/www.wpallimport.com\/documentation\/cron\/\",\"name\":\"Schedule XML & CSV Imports Using Cron Jobs - WP All Import\",\"isPartOf\":{\"@id\":\"https:\/\/www.wpallimport.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/cron\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/cron\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png\",\"datePublished\":\"2023-07-19T00:05:22+00:00\",\"dateModified\":\"2025-12-08T18:49:43+00:00\",\"description\":\"Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/cron\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wpallimport.com\/documentation\/cron\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/documentation\/cron\/#primaryimage\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png\",\"width\":988,\"height\":390},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wpallimport.com\/#website\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"name\":\"WP All Import\",\"description\":\"Import XML &amp; CSV to WordPress\",\"publisher\":{\"@id\":\"https:\/\/www.wpallimport.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wpallimport.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.wpallimport.com\/#organization\",\"name\":\"WP All Import\",\"url\":\"https:\/\/www.wpallimport.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"contentUrl\":\"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg\",\"width\":199,\"height\":37,\"caption\":\"WP All Import\"},\"image\":{\"@id\":\"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule XML & CSV Imports Using Cron Jobs - WP All Import","description":"Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wpallimport.com\/documentation\/cron\/","og_locale":"en_US","og_type":"article","og_title":"Schedule XML & CSV Imports Using Cron Jobs - WP All Import","og_description":"Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.","og_url":"https:\/\/www.wpallimport.com\/documentation\/cron\/","og_site_name":"WP All Import","article_author":"https:\/\/www.facebook.com\/groups\/wpallimport","article_modified_time":"2025-12-08T18:49:43+00:00","og_image":[{"width":988,"height":390,"url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes","Written by":"Editorial Staff"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wpallimport.com\/documentation\/cron\/","url":"https:\/\/www.wpallimport.com\/documentation\/cron\/","name":"Schedule XML & CSV Imports Using Cron Jobs - WP All Import","isPartOf":{"@id":"https:\/\/www.wpallimport.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wpallimport.com\/documentation\/cron\/#primaryimage"},"image":{"@id":"https:\/\/www.wpallimport.com\/documentation\/cron\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png","datePublished":"2023-07-19T00:05:22+00:00","dateModified":"2025-12-08T18:49:43+00:00","description":"Make your imports run automatically on a defined schedule by defining manual Cron Jobs with WP All Import.","breadcrumb":{"@id":"https:\/\/www.wpallimport.com\/documentation\/cron\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wpallimport.com\/documentation\/cron\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/documentation\/cron\/#primaryimage","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/manual-scheduling-one-e1543793004946.png","width":988,"height":390},{"@type":"WebSite","@id":"https:\/\/www.wpallimport.com\/#website","url":"https:\/\/www.wpallimport.com\/","name":"WP All Import","description":"Import XML &amp; CSV to WordPress","publisher":{"@id":"https:\/\/www.wpallimport.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wpallimport.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.wpallimport.com\/#organization","name":"WP All Import","url":"https:\/\/www.wpallimport.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","contentUrl":"https:\/\/www.wpallimport.com\/wp-content\/uploads\/2020\/02\/logo-v5-no-text.svg","width":199,"height":37,"caption":"WP All Import"},"image":{"@id":"https:\/\/www.wpallimport.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation\/5813418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation"}],"about":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/types\/documentation"}],"author":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/users\/96198"}],"version-history":[{"count":0,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation\/5813418\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/documentation\/2991583"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/media\/2990227"}],"wp:attachment":[{"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/media?parent=5813418"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/tags?post=5813418"},{"taxonomy":"content_author","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/content_author?post=5813418"},{"taxonomy":"search_tags","embeddable":true,"href":"https:\/\/www.wpallimport.com\/wp-json\/wp\/v2\/search_tags?post=5813418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}