{"id":352833,"date":"2026-08-16T11:36:18","date_gmt":"2026-08-16T11:36:18","guid":{"rendered":"https:\/\/fa.wordpress.org\/plugins\/kabook-pte-project-monitor\/"},"modified":"2026-09-09T10:40:50","modified_gmt":"2026-09-09T10:40:50","slug":"kabook-pte-project-monitor","status":"publish","type":"plugin","link":"https:\/\/it.wordpress.org\/plugins\/kabook-pte-project-monitor\/","author":23394557,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.0","stable_tag":"1.2.0","tested":"7.1.1","requires":"6.5","requires_php":"7.4","requires_plugins":null,"header_name":"Kabook PTE Project Monitor","header_author":"Saeid Afshari","header_description":"Monitor WordPress.org plugin and theme releases and translation status for Project Translation Editors and localization contributors.","assets_banners_color":"95958f","last_updated":"2026-09-09 10:40:50","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/profiles.wordpress.org\/saeidafshari","rating":0,"author_block_rating":0,"active_installs":0,"downloads":310,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"saeidafshari","date":"2026-08-16 18:01:36","revision":3650016},"1.1.0":{"tag":"1.1.0","author":"saeidafshari","date":"2026-08-24 14:40:32","revision":3663676},"1.2.0":{"tag":"1.2.0","author":"saeidafshari","date":"2026-09-09 10:40:50","revision":3688126}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3663668,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256},"icon-512x512.png":{"filename":"icon-512x512.png","revision":3663668,"resolution":"512x512","location":"assets","locale":"","width":512,"height":512}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3649643,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3649643,"resolution":"772x250","location":"assets","locale":"","width":722,"height":250}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3688127,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"landingPage\":\"\\\/wp-admin\\\/tools.php?page=kabook-pte-project-monitor\",\"preferredVersions\":{\"php\":\"8.2\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"kitchen-sink\"],\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"kabook-pte-project-monitor\"},\"options\":{\"activate\":true}},{\"step\":\"setSiteOptions\",\"options\":{\"blogname\":\"Kabook Project Monitor\",\"blogdescription\":\"PTE Monitor Playground\"}},{\"step\":\"runPHP\",\"code\":\"<?php\\nrequire_once 'wp-load.php';\\n\\n\\\/\\\/ 1. Setup Plugin Options\\n$settings = array(\\n    'external_requests_enabled' => 1,\\n    'interval_hours' => 12,\\n    'locale_mode' => 'auto',\\n    'locale' => 'en_US',\\n    'red_release_threshold' => 2,\\n    'red_string_threshold' => 20,\\n    'projects_per_page' => 100,\\n    'remove_data_on_uninstall' => 1\\n);\\nupdate_option('kabook_pte_project_monitor_settings', $settings);\\n\\n\\\/\\\/ 2. Inject Sample Projects\\n$projects = array(\\n    'plugin:woocommerce' => array('type' => 'plugin', 'slug' => 'woocommerce', 'name' => 'WooCommerce'),\\n    'plugin:elementor' => array('type' => 'plugin', 'slug' => 'elementor', 'name' => 'Elementor Website Builder'),\\n    'plugin:contact-form-7' => array('type' => 'plugin', 'slug' => 'contact-form-7', 'name' => 'Contact Form 7'),\\n    'plugin:wordpress-seo' => array('type' => 'plugin', 'slug' => 'wordpress-seo', 'name' => 'Yoast SEO'),\\n    'plugin:classic-editor' => array('type' => 'plugin', 'slug' => 'classic-editor', 'name' => 'Classic Editor'),\\n    'theme:twentytwentyfour' => array('type' => 'theme', 'slug' => 'twentytwentyfour', 'name' => 'Twenty Twenty-Four'),\\n    'theme:astra' => array('type' => 'theme', 'slug' => 'astra', 'name' => 'Astra'),\\n    'theme:oceanwp' => array('type' => 'theme', 'slug' => 'oceanwp', 'name' => 'OceanWP'),\\n    'theme:kadence' => array('type' => 'theme', 'slug' => 'kadence', 'name' => 'Kadence'),\\n    'theme:generatepress' => array('type' => 'theme', 'slug' => 'generatepress', 'name' => 'GeneratePress')\\n);\\nupdate_option('kabook_pte_project_monitor_projects', $projects);\\nupdate_option('kabook_pte_project_monitor_schema_version', '2');\\n\\n\\\/\\\/ 3. Create MU-Plugin for Onboarding Notice\\nif (!is_dir(WPMU_PLUGIN_DIR)) {\\n    mkdir(WPMU_PLUGIN_DIR, 0755, true);\\n}\\n$notice = <<<PHP\\n<?php\\nadd_action('admin_notices', function() {\\n    \\\\$screen = get_current_screen();\\n    \\\/\\\/ Show notice only on Project Monitor plugin pages\\n    if (\\\\$screen && strpos(\\\\$screen->id, 'kabook-pte-project-monitor') !== false) {\\n        echo '<div class=\\\"notice notice-info is-dismissible\\\" style=\\\"border-left-color: #00a0d2;\\\"><p><strong>\\ud83d\\udc4b Welcome to Kabook PTE Project Monitor!<\\\/strong><br>To see the plugin in action and monitor translation statuses, please navigate to the <strong>Settings<\\\/strong> tab and set the <strong>Translation locale<\\\/strong> to your native language (e.g., <code>fa_IR<\\\/code>).<br><br>Or, in the <strong>General<\\\/strong> tab, set <strong>Locale source<\\\/strong> to <strong>Choose a language manually<\\\/strong> and add your desired language.<br>Also make sure the <strong>Enable requests to WordPress.org and Translate.WordPress.org<\\\/strong> option is checked.<\\\/p><\\\/div>';\\n    }\\n});\\nPHP;\\nfile_put_contents(WPMU_PLUGIN_DIR . '\\\/playground-notice.php', $notice);\\n\"}]}"}},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3649643,"resolution":"1","location":"assets","locale":"","width":1280,"height":960},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3649643,"resolution":"2","location":"assets","locale":"","width":1280,"height":960},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3649643,"resolution":"3","location":"assets","locale":"","width":1280,"height":960},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3649643,"resolution":"4","location":"assets","locale":"","width":1280,"height":960},"screenshot-5.png":{"filename":"screenshot-5.png","revision":3649643,"resolution":"5","location":"assets","locale":"","width":1280,"height":960},"screenshot-6.png":{"filename":"screenshot-6.png","revision":3649643,"resolution":"6","location":"assets","locale":"","width":1280,"height":960}},"screenshots":{"1":"Dashboard overview providing a high-level summary of translation health, total untranslated strings, and project distribution across your monitored list.","2":"Comprehensive project list with advanced filtering, sorting by priority, and real-time status indicators (Red\/Yellow\/Green) for both Stable and Stable Readme.","3":"Scalability in action: Monitoring a large volume of projects (e.g., AI providers) with individual progress bars and quick-action translation links.","4":"Flexible settings and live monitoring: Configure your target locale (e.g., Persian), set custom alert thresholds, and watch the resumable AJAX queue in progress.","5":"Translation Health score: A detailed breakdown of your overall coverage and a summary of projects requiring immediate review or urgent attention.","6":"Import\/Export utility: Easily migrate your entire monitored project list and configuration between environments using standardized JSON files."}},"plugin_section":[],"plugin_tags":[32555,1734,275965,2333,4894],"plugin_category":[48],"plugin_contributors":[251792],"plugin_business_model":[],"class_list":["post-352833","plugin","type-plugin","status-publish","hentry","plugin_tags-glotpress","plugin_tags-localization","plugin_tags-pte","plugin_tags-translation","plugin_tags-wordpress-org","plugin_category-language-tools","plugin_contributors-saeidafshari","plugin_committers-saeidafshari"],"banners":{"banner":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/banner-772x250.jpg?rev=3649643","banner_2x":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/banner-1544x500.jpg?rev=3649643","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/icon-256x256.png?rev=3663668","icon_2x":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/icon-256x256.png?rev=3663668","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/screenshot-1.png?rev=3649643","caption":"Dashboard overview providing a high-level summary of translation health, total untranslated strings, and project distribution across your monitored list."},{"src":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/screenshot-2.png?rev=3649643","caption":"Comprehensive project list with advanced filtering, sorting by priority, and real-time status indicators (Red\/Yellow\/Green) for both Stable and Stable Readme."},{"src":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/screenshot-3.png?rev=3649643","caption":"Scalability in action: Monitoring a large volume of projects (e.g., AI providers) with individual progress bars and quick-action translation links."},{"src":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/screenshot-4.png?rev=3649643","caption":"Flexible settings and live monitoring: Configure your target locale (e.g., Persian), set custom alert thresholds, and watch the resumable AJAX queue in progress."},{"src":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/screenshot-5.png?rev=3649643","caption":"Translation Health score: A detailed breakdown of your overall coverage and a summary of projects requiring immediate review or urgent attention."},{"src":"https:\/\/ps.w.org\/kabook-pte-project-monitor\/assets\/screenshot-6.png?rev=3649643","caption":"Import\/Export utility: Easily migrate your entire monitored project list and configuration between environments using standardized JSON files."}],"raw_content":"<!--section=description-->\n<p>Kabook PTE Project Monitor helps Project Translation Editors and localization contributors monitor WordPress.org plugins and themes from one dashboard.<\/p>\n\n<p>You can add project slugs or supported WordPress.org URLs, select a WordPress locale, and run checks to compare the latest release information with the last state you marked as reviewed.<\/p>\n\n<p>The plugin is designed to help you track public release and translation-state changes for projects that are not installed on the current site.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Monitor WordPress.org plugins and themes without installing them locally.<\/li>\n<li>Detect new plugin and theme releases from WordPress.org.<\/li>\n<li>Monitor plugin Stable and Stable Readme translation projects.<\/li>\n<li>Monitor the single translation project used by WordPress.org themes.<\/li>\n<li>Run a single-project check through AJAX with inline progress feedback.<\/li>\n<li>Process full checks through a resumable queue suitable for large project lists.<\/li>\n<li>Continue incomplete queues through WP-Cron when the dashboard is closed.<\/li>\n<li>Highlight unreviewed changes with yellow and red severity levels.<\/li>\n<li>Mark the latest checked state as reviewed through AJAX with inline progress feedback, without reloading the page or losing the active search, filter, or sort.<\/li>\n<li>Mark several selected projects as reviewed at once with a bulk action, and see who last reviewed a project and when.<\/li>\n<li>Set a project-specific check interval that overrides the plugin-wide schedule for that one project.<\/li>\n<li>Show or hide the per-project \"Check interval\" column on the dashboard, from Settings (hidden by default).<\/li>\n<li>Get WordPress.org suggestions while typing project names or slugs to add.<\/li>\n<li>View translation coverage, translated strings, untranslated strings, project counts, and an encouragement score.<\/li>\n<li>Search and filter projects by type or review status.<\/li>\n<li>Sort projects by priority, untranslated strings, completion, release gap, last check, or name.<\/li>\n<li>Display 20, 50, or 100 projects per page.<\/li>\n<li>Add multiple plugin and theme slugs or supported WordPress.org URLs at once.<\/li>\n<li>Export the monitored plugin and theme links and monitoring settings to a JSON file, and import them back in on this site or another.<\/li>\n<li>Follow the current administrator\u2019s WordPress language automatically or choose a locale manually.<\/li>\n<li>Open the correct Stable, Stable Readme, or theme translation page directly, pre-filtered to untranslated, waiting, or fuzzy strings, or to the unfiltered project page \u2014 your choice.<\/li>\n<li>Configure the monitoring interval and red-alert thresholds.<\/li>\n<li>Receive a daily or weekly email digest of projects needing review, sent to the site admin email or a custom address.<\/li>\n<li>Send the same digest to a Slack-compatible webhook (Slack, Discord, and most generic chat webhook receivers).<\/li>\n<li>Automatically retry a failed email or webhook delivery on the next monitoring run.<\/li>\n<li>Send a one-off test notification to check the configured email and webhook before relying on the digest.<\/li>\n<\/ul>\n\n<h4>Review status<\/h4>\n\n<p>The first successful check establishes a baseline. A later release or translation-source change can make a project appear yellow or red.<\/p>\n\n<p>After completing or reviewing the translation work, run the project check again to refresh the displayed statistics, then select \"Mark reviewed\". This saves the current remote state as the new baseline and turns the row green.<\/p>\n\n<p>Green means the latest checked state was acknowledged as reviewed. It does not necessarily mean every translation string is complete; completion is shown separately in the translation columns and dashboard.<\/p>\n\n<h4>Supported project inputs<\/h4>\n\n<p>You can add projects using any of the following formats:<\/p>\n\n<ul>\n<li>Plain slugs<\/li>\n<li><code>plugin:slug<\/code><\/li>\n<li><code>theme:slug<\/code><\/li>\n<li>WordPress.org plugin pages<\/li>\n<li>WordPress.org theme pages<\/li>\n<li>Locale subdomain plugin pages<\/li>\n<li>Supported Translate.WordPress.org project URLs<\/li>\n<\/ul>\n\n<h3>External services<\/h3>\n\n<p>This plugin connects only to public services operated by WordPress.org, and only after an administrator enables external monitoring requests.<\/p>\n\n<p>It uses the official WordPress.org APIs to retrieve public project metadata and translation statistics:<\/p>\n\n<ul>\n<li><p>Plugins &amp; Themes API: Used to fetch versions, release history, and project details.\nhttps:\/\/api.wordpress.org\/<\/p><\/li>\n<li><p>Translations API: Used to retrieve the standard WordPress locale catalog for mapping locales.\nhttps:\/\/api.wordpress.org\/translations\/<\/p><\/li>\n<li><p>GlotPress API: Used to retrieve public translation statistics from the official translation platform.\nhttps:\/\/translate.wordpress.org\/<\/p><\/li>\n<\/ul>\n\n<p>Requests may include the project type, project slug, selected locale, the server IP address required for the network connection, and the site URL included in the request user agent.<\/p>\n\n<p>No data is sent to Kabook or to any third-party service operated by the plugin author. All communication described above is strictly between your server and WordPress.org.<\/p>\n\n<p>These services are governed by the WordPress.org privacy policy and terms:\nhttps:\/\/wordpress.org\/about\/privacy\/\nhttps:\/\/wordpress.org\/about\/terms-of-service\/<\/p>\n\n<h4>Optional notification webhook<\/h4>\n\n<p>If you enter a webhook URL in Settings, your server will additionally send a JSON message (a short text summary of projects needing review) to that URL whenever a digest is due, and to whichever service you send a test notification. This is disabled by default and only sends data to the URL you configure yourself; it is governed by that service's own privacy policy, not WordPress.org's.<\/p>\n\n<p>The optional digest email is sent using your site's normal <code>wp_mail()<\/code> configuration, the same as any other WordPress notification email (e.g. password resets).<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to <code>\/wp-content\/plugins\/kabook-pte-project-monitor<\/code>, or install the plugin through WordPress.<\/li>\n<li>Activate the plugin.<\/li>\n<li>Open Tools &gt; PTE Project Monitor.<\/li>\n<li>Review the external service disclosure and enable monitoring.<\/li>\n<li>Add plugin or theme slugs and WordPress.org URLs.<\/li>\n<li>Run the first check to establish a baseline.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"do%20monitored%20plugins%20or%20themes%20need%20to%20be%20installed%3F\"><h3>Do monitored plugins or themes need to be installed?<\/h3><\/dt>\n<dd><p>No. The plugin retrieves public project and translation information from WordPress.org.<\/p><\/dd>\n<dt id=\"which%20translation%20projects%20are%20checked%3F\"><h3>Which translation projects are checked?<\/h3><\/dt>\n<dd><p>Plugins use Stable and Stable Readme. Themes use their single WordPress.org translation project.<\/p><\/dd>\n<dt id=\"why%20does%20a%20completed%20translation%20remain%20yellow%20or%20red%3F\"><h3>Why does a completed translation remain yellow or red?<\/h3><\/dt>\n<dd><p>Run that project's check to retrieve the latest statistics, then use \"Mark reviewed\". The review action intentionally controls when the current state becomes the new baseline.<\/p><\/dd>\n<dt id=\"can%20i%20add%20project%20urls%3F\"><h3>Can I add project URLs?<\/h3><\/dt>\n<dd><p>Yes. Supported inputs include plain slugs, <code>plugin:slug<\/code>, <code>theme:slug<\/code>, WordPress.org plugin and theme pages, locale subdomain plugin pages, and supported Translate.WordPress.org project URLs.<\/p><\/dd>\n<dt id=\"can%20i%20move%20my%20monitored%20projects%20and%20settings%20to%20another%20site%3F\"><h3>Can I move my monitored projects and settings to another site?<\/h3><\/dt>\n<dd><p>Yes. Use the Import\/Export tab in the plugin settings to download a JSON file with your monitored plugin and theme links and monitoring settings, then upload that file on another site. Existing monitored projects and their review history are never removed or overwritten by an import.<\/p><\/dd>\n<dt id=\"what%20happens%20during%20a%20large%20full%20check%3F\"><h3>What happens during a large full check?<\/h3><\/dt>\n<dd><p>The browser processes projects one at a time and displays live progress. Progress is saved between requests. A fallback WP-Cron event can continue an incomplete queue, and interrupted projects are retried before the queue moves on.<\/p><\/dd>\n<dt id=\"why%20can%20background%20checks%20run%20late%3F\"><h3>Why can background checks run late?<\/h3><\/dt>\n<dd><p>WordPress scheduled events rely on WP-Cron. On sites with low traffic, an event may run later than its configured interval.<\/p><\/dd>\n<dt id=\"does%20the%20plugin%20send%20data%20to%20kabook%3F\"><h3>Does the plugin send data to Kabook?<\/h3><\/dt>\n<dd><p>No. The plugin does not connect to a Kabook server and does not include telemetry.<\/p><\/dd>\n<dt id=\"how%20do%20notifications%20work%3F\"><h3>How do notifications work?<\/h3><\/dt>\n<dd><p>In Settings, choose a digest frequency (Off, Daily, or Weekly) and whether it should cover red projects only or red and yellow projects. A digest is only sent when at least one matching project needs review, checked after each completed monitoring run. You can set a custom notification email (it defaults to the site admin email) and, optionally, a Slack-compatible webhook URL. Use \"Send test notification\" to verify both immediately. A delivery that fails is retried automatically on the next completed run, up to 3 attempts.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Split the settings screen into separate General, Notifications, Translation links open to, and Import\/Export tabs, to reduce clutter on the settings screen.<\/li>\n<li>Add an optional daily or weekly email digest of projects needing review.<\/li>\n<li>Add an optional Slack-compatible webhook notification (also works with Discord and most generic chat webhook receivers).<\/li>\n<li>Automatically retry a failed digest email or webhook on the next completed monitoring run, up to 3 attempts.<\/li>\n<li>Add a \"Send test notification\" button to verify the configured email and webhook immediately.<\/li>\n<li>Choose whether digests cover red projects only, or red and yellow projects.<\/li>\n<li>Add a setting to show or hide the per-project \"Check interval\" column on the dashboard (hidden by default).<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Add a \"Translated strings\" count to the dashboard metrics, alongside the existing untranslated count.<\/li>\n<li>Add a \"Mark reviewed\" bulk action, next to bulk delete, to review several projects at once.<\/li>\n<li>Add a per-project check interval that overrides the plugin-wide schedule for that one project.<\/li>\n<li>Add WordPress.org suggestions while typing in the \"Add projects\" field, for translators less comfortable with English slugs.<\/li>\n<li>Record who last marked a project as reviewed, and when, next to its status.<\/li>\n<li>Let Stable, Stable Readme, and theme translation links open to untranslated, waiting, or fuzzy strings, or the unfiltered project page \u2014 configurable in Settings, defaulting to untranslated strings as before.<\/li>\n<li>Fix the \"Overall coverage\" percentage staying visually left-aligned on RTL admin screens.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial public release.<\/li>\n<li>Monitor WordPress.org plugin and theme releases from a single dashboard.<\/li>\n<li>Compare release and translation-state changes against the last reviewed baseline.<\/li>\n<li>Support AJAX single-project checks, AJAX review marking, and resumable full queue checks.<\/li>\n<li>Add review status tracking, filtering, sorting, pagination, and monitoring controls.<\/li>\n<li>Add import and export of monitored project links and settings as a JSON file.<\/li>\n<li>Use only public WordPress.org services after administrator opt-in.<\/li>\n<\/ul>","raw_excerpt":"Monitor WordPress.org plugin and theme releases and translation health from a single dashboard.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/352833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=352833"}],"author":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/saeidafshari"}],"wp:attachment":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=352833"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=352833"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=352833"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=352833"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=352833"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=352833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}