{"id":355094,"date":"2026-08-22T04:57:49","date_gmt":"2026-08-22T04:57:49","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/secure-s3-storage\/"},"modified":"2026-09-01T05:37:28","modified_gmt":"2026-09-01T05:37:28","slug":"ozeki-database-backup-for-s3","status":"publish","type":"plugin","link":"https:\/\/sv.wordpress.org\/plugins\/ozeki-database-backup-for-s3\/","author":23550769,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.2.0","stable_tag":"0.2.0","tested":"7.1","requires":"5.9","requires_php":"8.1","requires_plugins":null,"header_name":"Ozeki Database Backup for S3","header_author":"Hiroshi Ozeki","header_description":"Create secure, gzip-compressed WordPress database backups and store them in Amazon S3.","assets_banners_color":"316885","last_updated":"2026-09-01 05:37:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":116,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1.1":{"tag":"0.1.1","author":"ozekihiroshi","date":"2026-08-22 06:48:16","revision":3660066},"0.2.0":{"tag":"0.2.0","author":"ozekihiroshi","date":"2026-09-01 05:37:28","revision":3675333}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3660066,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3660066,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3660066,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3660066,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.1","0.2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3660066,"resolution":"1","location":"assets","locale":"","width":1678,"height":771},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3660066,"resolution":"2","location":"assets","locale":"","width":1693,"height":440}},"screenshots":{"1":"Configure the AWS Region, S3 bucket and prefix, automatic backup schedule, and retention count.","2":"Verify S3 object access and create an on-demand compressed database backup from the WordPress administration screen."}},"plugin_section":[],"plugin_tags":[6918,1898,151,10718,278570],"plugin_category":[54,59],"plugin_contributors":[276902],"plugin_business_model":[],"class_list":["post-355094","plugin","type-plugin","status-publish","hentry","plugin_tags-amazon-s3","plugin_tags-aws","plugin_tags-backup","plugin_tags-database-backup","plugin_tags-media-backup","plugin_category-security-and-spam-protection","plugin_category-utilities-and-tools","plugin_contributors-ozekihiroshi","plugin_committers-ozekihiroshi"],"banners":{"banner":"https:\/\/ps.w.org\/ozeki-database-backup-for-s3\/assets\/banner-772x250.png?rev=3660066","banner_2x":"https:\/\/ps.w.org\/ozeki-database-backup-for-s3\/assets\/banner-1544x500.png?rev=3660066","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/ozeki-database-backup-for-s3\/assets\/icon-128x128.png?rev=3660066","icon_2x":"https:\/\/ps.w.org\/ozeki-database-backup-for-s3\/assets\/icon-256x256.png?rev=3660066","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/ozeki-database-backup-for-s3\/assets\/screenshot-1.png?rev=3660066","caption":"Configure the AWS Region, S3 bucket and prefix, automatic backup schedule, and retention count."},{"src":"https:\/\/ps.w.org\/ozeki-database-backup-for-s3\/assets\/screenshot-2.png?rev=3660066","caption":"Verify S3 object access and create an on-demand compressed database backup from the WordPress administration screen."}],"raw_content":"<!--section=description-->\n<p>Ozeki Database Backup for S3 is a security-focused WordPress database and uploaded-media backup plugin for Amazon S3.<\/p>\n\n<p>The plugin is designed for environments where WordPress can obtain AWS credentials through the AWS SDK for PHP default credential provider chain, such as an EC2 instance using an IAM role.<\/p>\n\n<p>The plugin does not provide fields for storing an AWS Access Key ID or Secret Access Key in the WordPress database.<\/p>\n\n<p>Current features include:<\/p>\n\n<ul>\n<li>Manual database backups from WordPress administration.<\/li>\n<li>Automatic daily database backups using WP-Cron.<\/li>\n<li>WP-CLI database backup command.<\/li>\n<li>WP-CLI backup status command.<\/li>\n<li>Gzip-compressed SQL database backups.<\/li>\n<li>Amazon S3 upload using the AWS SDK for PHP.<\/li>\n<li>Native <code>mysqldump<\/code> or <code>mariadb-dump<\/code> when available.<\/li>\n<li>PHP-based database dump fallback when native database dump utilities or process execution are unavailable.<\/li>\n<li>Configurable retention using any positive integer keep count.<\/li>\n<li>Backup history stored locally in WordPress.<\/li>\n<li>S3 connection testing with temporary test objects.<\/li>\n<li>Automatic cleanup of plugin Cron events when the plugin is deactivated.<\/li>\n<li>On-demand uploads-directory backups started from WordPress administration.<\/li>\n<li>Background media inventory, checksum preparation, multipart upload, and verification using WordPress Cron.<\/li>\n<li>Per-file SHA-256 inventory and a final S3 completion marker.<\/li>\n<li>WP-CLI media status, worker, preparation, submission, and explicit failed-job cleanup commands.<\/li>\n<\/ul>\n\n<h4>AWS authentication<\/h4>\n\n<p>Ozeki Database Backup for S3 uses the AWS SDK for PHP default credential provider chain.<\/p>\n\n<p>The plugin does not ask you to enter an AWS Access Key ID or Secret Access Key in the WordPress administration interface and does not intentionally store long-lived AWS credentials in the WordPress database.<\/p>\n\n<p>For WordPress hosted on Amazon EC2, using an IAM role attached to the EC2 instance is recommended.<\/p>\n\n<p>Other credential sources supported by the AWS SDK default credential provider chain may also work, depending on the hosting environment.<\/p>\n\n<p>The AWS identity used by WordPress must have appropriate permissions for the configured S3 bucket and prefix.<\/p>\n\n<h4>Database backup<\/h4>\n\n<p>Database backups are created as SQL dumps, compressed with gzip, and uploaded to the configured S3 bucket.<\/p>\n\n<p>Backup objects are stored below:<\/p>\n\n<pre><code>&lt;configured-prefix&gt;\/backups\/database\/YYYY\/MM\/DD\/\n<\/code><\/pre>\n\n<p>The plugin prefers a native MySQL-compatible dump utility such as <code>mysqldump<\/code> or <code>mariadb-dump<\/code> when available.<\/p>\n\n<p>When a suitable native dump utility or PHP process execution is unavailable, the plugin can use its PHP database dump backend instead.<\/p>\n\n<h4>Media backup<\/h4>\n\n<p>Media backup covers regular files below the current single-site WordPress uploads directory. It is separate from database backup and must be started explicitly.<\/p>\n\n<p>Media jobs prepare a sorted file inventory and SHA-256 checksums in bounded background steps, upload files as individual S3 objects, and publish a completion marker only after the inventory and uploaded objects have been verified. Large files use S3 multipart upload.<\/p>\n\n<p>Media objects are stored below:<\/p>\n\n<pre><code>&lt;configured-prefix&gt;\/backups\/media\/&lt;random-job-id&gt;\/\n<\/code><\/pre>\n\n<p>Before media backup can be started from WordPress administration, the server administrator must define <code>ODBFS3_MEDIA_WORK_DIR<\/code> in <code>wp-config.php<\/code>. Its value must be an existing persistent POSIX directory owned by the WordPress PHP user, with mode 0700, outside the web root, <code>wp-content<\/code>, and uploads. Do not use a publicly served path or a temporary directory that may be cleared while a job is running.<\/p>\n\n<p>For example:<\/p>\n\n<pre><code>define('ODBFS3_MEDIA_WORK_DIR', '\/private\/persistent\/wordpress-media-work');\n<\/code><\/pre>\n\n<p>Keep the uploads tree unchanged while a media backup runs. New, removed, renamed, or changed files or directories can stop the job safely. Media backup has no automatic schedule or retention in this release. A failed job must be inspected and its exact Job ID explicitly cleaned with WP-CLI before another media job is submitted.<\/p>\n\n<p>This release does not provide a production media restore command. The S3 completion marker and inventory are intended to support independent restoration and full SHA-256 verification. A complete WordPress recovery requires both an appropriate database backup and the corresponding media backup.<\/p>\n\n<h4>Automatic database backups and WP-Cron<\/h4>\n\n<p>Automatic backups use WordPress WP-Cron.<\/p>\n\n<p>WP-Cron is triggered by WordPress requests and is not a real-time operating system scheduler. A backup scheduled for a particular time may therefore run later if the site receives no requests around that time.<\/p>\n\n<p>For environments where predictable execution is important, use an operating system scheduler to run WordPress Cron periodically.<\/p>\n\n<p>For a standard WP-CLI installation, an example is:<\/p>\n\n<pre><code>*\/5 * * * * cd \/path\/to\/wordpress &amp;&amp; wp cron event run --due-now --quiet\n<\/code><\/pre>\n\n<p>For a Docker Compose installation with a WP-CLI service, an example is:<\/p>\n\n<pre><code>*\/5 * * * * cd \/path\/to\/docker-project &amp;&amp; docker compose run --rm wp-cli cron event run --due-now --quiet\n<\/code><\/pre>\n\n<p>These are examples only. Paths, users, container configuration, and execution permissions depend on your hosting environment.<\/p>\n\n<h4>Retention<\/h4>\n\n<p>Retention can be disabled or configured with any positive integer as the number of latest database backups to keep.<\/p>\n\n<p>Retention operates only on database backup objects matching the plugin's expected backup naming structure below the configured S3 prefix.<\/p>\n\n<p>Manual backups do not automatically apply retention.<\/p>\n\n<p>Automatic backups and backups executed through the plugin's WP-CLI backup command apply the configured retention policy after a successful backup.<\/p>\n\n<h4>Uninstall behavior<\/h4>\n\n<p>Deactivating the plugin removes its scheduled database and media WordPress Cron events but keeps plugin settings, backup history, and media job state.<\/p>\n\n<p>Uninstalling the plugin removes its local WordPress settings, backup history, current media job state, and archived media job metadata.<\/p>\n\n<p>Uninstalling Ozeki Database Backup for S3 does NOT delete database or media backups stored in Amazon S3. It also does not automatically remove private media work directories or discover unknown incomplete multipart uploads.<\/p>\n\n<p>This is intentional. Remote backups should not disappear merely because the WordPress plugin is removed.<\/p>\n\n<h3>External Service<\/h3>\n\n<p>Ozeki Database Backup for S3 connects to Amazon Web Services (AWS), specifically Amazon Simple Storage Service (Amazon S3), in order to store and manage database and media backup objects.<\/p>\n\n<p>The plugin uses the AWS SDK for PHP to communicate with AWS.<\/p>\n\n<p>When the plugin performs a database backup, it sends the following to Amazon S3:<\/p>\n\n<ul>\n<li>The configured S3 bucket name.<\/li>\n<li>The configured S3 object prefix and generated backup object key.<\/li>\n<li>The gzip-compressed SQL database backup file.<\/li>\n<\/ul>\n\n<p>When the plugin performs a media backup, it sends the following to Amazon S3:<\/p>\n\n<ul>\n<li>The configured S3 bucket name.<\/li>\n<li>The configured S3 object prefix and generated media backup keys.<\/li>\n<li>Files from the WordPress uploads directory.<\/li>\n<li>A generated inventory containing relative paths, sizes, SHA-256 checksums, and object mappings.<\/li>\n<li>A generated completion marker after all media objects and the inventory have been verified.<\/li>\n<\/ul>\n\n<p>Media upload and verification may create, list, inspect, complete, or abort multipart uploads and may inspect uploaded objects. Explicit cleanup of an exact failed media job may abort only its recorded incomplete multipart upload. The plugin does not automatically delete completed media backup objects.<\/p>\n\n<p>Files in the WordPress uploads directory may contain personal, private, copyrighted, or otherwise sensitive content. Administrators are responsible for selecting an appropriate S3 destination, access policy, encryption configuration, retention policy, and legal basis for storing that content.<\/p>\n\n<p>A database backup may contain any information stored in the WordPress database. Depending on the site, this may include personal or sensitive data such as user accounts, email addresses, post content, comments, plugin settings, and other database records.<\/p>\n\n<p>When the S3 connection test is run, the plugin:<\/p>\n\n<ul>\n<li>Checks access to the configured bucket.<\/li>\n<li>Creates a temporary test object containing a generated test string and timestamp.<\/li>\n<li>Reads the temporary object back to verify access.<\/li>\n<li>Deletes the temporary test object.<\/li>\n<\/ul>\n\n<p>Retention operations may list and delete database backup objects within the configured backup prefix according to the selected retention policy.<\/p>\n\n<p>Use of Amazon S3 is subject to Amazon Web Services terms and privacy policies:<\/p>\n\n<p>AWS Customer Agreement:\nhttps:\/\/aws.amazon.com\/agreement\/<\/p>\n\n<p>AWS Privacy Notice:\nhttps:\/\/aws.amazon.com\/privacy\/<\/p>\n\n<p>AWS Service Terms:\nhttps:\/\/aws.amazon.com\/service-terms\/<\/p>\n\n<p>No telemetry, analytics, advertising, or unrelated tracking data is intentionally sent by Ozeki Database Backup for S3 to the plugin author.<\/p>\n\n<h3>WP-CLI<\/h3>\n\n<p>Create a database backup:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 backup\n<\/code><\/pre>\n\n<p>Display backup configuration and status:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 status\n<\/code><\/pre>\n\n<p>Queue media preparation and upload using an existing private work directory:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 media enqueue \/private\/persistent\/wordpress-media-work\n<\/code><\/pre>\n\n<p>Display safe media job status:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 media status\n<\/code><\/pre>\n\n<p>Run one bounded media worker callback, for example from a server scheduler:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 media tick\n<\/code><\/pre>\n\n<p>For a directory that exceeds the background enumeration budget, prepare and submit from WP-CLI:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 media prepare \/private\/persistent\/wordpress-media-work\n\nwp ozeki-database-backup-for-s3 media start \/private\/persistent\/wordpress-media-work\/odbfs3-preparation-...\n<\/code><\/pre>\n\n<p>After inspecting an exact failed media job, explicitly clean only its recorded incomplete multipart upload and private workspace:<\/p>\n\n<pre><code>wp ozeki-database-backup-for-s3 media cleanup &lt;job-id&gt; --yes\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Install and activate Ozeki Database Backup for S3.<\/li>\n<li>Make sure the WordPress server can obtain AWS credentials through the AWS SDK default credential provider chain.<\/li>\n<li>Grant the AWS identity access to the intended S3 bucket and prefix.<\/li>\n<li>Open Settings &gt; Ozeki Database Backup for S3.<\/li>\n<li>Enter the AWS Region, S3 Bucket, and optional S3 Prefix.<\/li>\n<li>Save the settings.<\/li>\n<li>Use \"Test Connection\" to verify S3 read\/write\/delete access.<\/li>\n<li>Use \"Backup Now\" to create the first database backup.<\/li>\n<li>Optionally enable the daily automatic database backup schedule and configure retention.<\/li>\n<li>To use media backup, create a persistent private POSIX directory outside all web-accessible directories, owned by the WordPress PHP user with mode 0700.<\/li>\n<li>Define <code>ODBFS3_MEDIA_WORK_DIR<\/code> in <code>wp-config.php<\/code> with that directory's absolute path.<\/li>\n<li>Return to the settings page and use \"Start Media Backup\". Keep uploads unchanged until the job succeeds or fails.<\/li>\n<\/ol>\n\n<p>For Amazon EC2, an IAM role attached to the instance is recommended instead of storing long-lived AWS access keys on the WordPress server.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20plugin%20store%20my%20aws%20access%20key%20id%20or%20secret%20access%20key%3F\"><h3>Does this plugin store my AWS Access Key ID or Secret Access Key?<\/h3><\/dt>\n<dd><p>The plugin does not provide settings fields for long-lived AWS Access Key IDs or Secret Access Keys and does not intentionally store them in the WordPress database.<\/p>\n\n<p>AWS authentication is handled through the AWS SDK for PHP default credential provider chain.<\/p><\/dd>\n<dt id=\"is%20an%20ec2%20iam%20role%20required%3F\"><h3>Is an EC2 IAM role required?<\/h3><\/dt>\n<dd><p>No.<\/p>\n\n<p>An EC2 IAM role is the recommended authentication method when WordPress is hosted on Amazon EC2, but other credential sources supported by the AWS SDK default credential provider chain may also work.<\/p><\/dd>\n<dt id=\"are%20database%20backups%20encrypted%3F\"><h3>Are database backups encrypted?<\/h3><\/dt>\n<dd><p>The plugin uploads backups to Amazon S3 over the AWS SDK connection.<\/p>\n\n<p>Encryption at rest depends on the configuration of the destination S3 bucket and applicable AWS settings.<\/p>\n\n<p>Administrators should configure the S3 bucket according to their own security and compliance requirements.<\/p><\/dd>\n<dt id=\"does%20uninstalling%20the%20plugin%20delete%20my%20s3%20backups%3F\"><h3>Does uninstalling the plugin delete my S3 backups?<\/h3><\/dt>\n<dd><p>No.<\/p>\n\n<p>S3 database backup objects are intentionally preserved when the plugin is uninstalled.<\/p><\/dd>\n<dt id=\"does%20the%20automatic%20backup%20run%20at%20an%20exact%20time%3F\"><h3>Does the automatic backup run at an exact time?<\/h3><\/dt>\n<dd><p>Not necessarily.<\/p>\n\n<p>The automatic backup uses WP-Cron, which depends on WordPress requests to trigger due events.<\/p>\n\n<p>For more predictable execution, configure a real operating system scheduler to periodically execute due WordPress Cron events.<\/p><\/dd>\n<dt id=\"what%20happens%20if%20mysqldump%20is%20not%20available%3F\"><h3>What happens if mysqldump is not available?<\/h3><\/dt>\n<dd><p>The plugin can fall back to a PHP-based database dump implementation when a supported native dump utility or process execution is unavailable.<\/p>\n\n<p>The PHP fallback opens a separate database connection using the database constants already defined by WordPress. This keeps its consistent-snapshot transaction isolated from WordPress's shared database connection; it does not accept database connection values from an HTTP request or plugin setting.<\/p><\/dd>\n<dt id=\"what%20does%20the%20s3%20connection%20test%20do%3F\"><h3>What does the S3 connection test do?<\/h3><\/dt>\n<dd><p>It checks access to the configured S3 bucket, writes a temporary test object, reads it back, verifies the contents, and then deletes it.<\/p><\/dd>\n<dt id=\"what%20does%20media%20backup%20include%3F\"><h3>What does media backup include?<\/h3><\/dt>\n<dd><p>It includes regular files under the current single-site WordPress uploads directory. It does not include the WordPress database, themes, plugins, <code>wp-config.php<\/code>, or other site files. Run a separate database backup for the corresponding database state.<\/p><\/dd>\n<dt id=\"can%20this%20plugin%20restore%20a%20media%20backup%3F\"><h3>Can this plugin restore a media backup?<\/h3><\/dt>\n<dd><p>Not in this release. A completed media backup contains a verified inventory, individual file objects, and a completion marker intended for an independently verified restore process. Test restoration procedures before relying on any backup system.<\/p><\/dd>\n<dt id=\"can%20media%20backup%20run%20automatically%20or%20apply%20retention%3F\"><h3>Can media backup run automatically or apply retention?<\/h3><\/dt>\n<dd><p>Not in this release. Media backup is started explicitly and is separate from the daily database schedule and database retention setting.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>Added on-demand backups of the WordPress uploads directory from the settings page.<\/li>\n<li>Added bounded background file enumeration, sorting, SHA-256 preparation, upload, and verification through WordPress Cron.<\/li>\n<li>Added individual S3 media objects, multipart support for large files, a verified inventory, and a final completion marker.<\/li>\n<li>Added authenticated media start and status controls with safe progress reporting.<\/li>\n<li>Added WP-CLI media enqueue, prepare, start, tick, status, and explicit failed-job cleanup commands.<\/li>\n<li>Added persistent leases, workspace locking, crash recovery, and stale-worker fencing for media jobs.<\/li>\n<li>Added exact, idempotent cleanup for a failed job's recorded incomplete multipart upload and private workspace without deleting completed backups.<\/li>\n<li>Added strict private-work storage validation and source-change detection.<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Renamed the plugin to Ozeki Database Backup for S3.<\/li>\n<li>Removed the fixed 7, 14, or 30 backup retention choices; any positive integer keep count is now supported.<\/li>\n<li>Clarified the separate database connection used by the PHP dump fallback.<\/li>\n<li>Fixed Daily Cron registration when settings are saved for the first time.<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>Initial public release.<\/li>\n<li>Added manual database backup to Amazon S3.<\/li>\n<li>Added automatic daily database backups using WP-Cron.<\/li>\n<li>Added configurable S3 backup retention.<\/li>\n<li>Added WP-CLI backup and status commands.<\/li>\n<li>Added native MySQL\/MariaDB dump support with PHP fallback.<\/li>\n<li>Added backup history.<\/li>\n<li>Added plugin activation, deactivation, and uninstall lifecycle handling.<\/li>\n<li>Added AWS default credential provider authentication.<\/li>\n<\/ul>","raw_excerpt":"Back up WordPress databases and uploads to Amazon S3 without storing long-lived AWS access keys in WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/355094","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=355094"}],"author":[{"embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ozekihiroshi"}],"wp:attachment":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=355094"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=355094"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=355094"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=355094"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=355094"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=355094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}