{"id":183838,"date":"2024-01-03T05:35:39","date_gmt":"2024-01-03T05:35:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/eacsimpleaws\/"},"modified":"2025-07-30T21:30:08","modified_gmt":"2025-07-30T21:30:08","slug":"eacsimpleaws","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/eacsimpleaws\/","author":20183118,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"1.1.1","tested":"6.8.5","requires":"5.8","requires_php":"7.4","requires_plugins":null,"header_name":"{eac}SimpleAWS","header_author":"EarthAsylum Consulting","header_description":"{eac}SimpleAWS includes and enables use of the Amazon Web Services (AWS) PHP SDK","assets_banners_color":"b4c5a5","last_updated":"2025-07-30 21:30:08","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/github.com\/sponsors\/EarthAsylum","header_plugin_uri":"https:\/\/eacdoojigger.earthasylum.com\/eacsimpleaws\/","header_author_uri":"http:\/\/www.earthasylum.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":2082,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"kevinburkholder","date":"2024-01-03 05:40:40"},"1.0.2":{"tag":"1.0.2","author":"kevinburkholder","date":"2024-04-16 02:47:39"},"1.0.4":{"tag":"1.0.4","author":"kevinburkholder","date":"2025-04-23 00:23:04"},"1.1.0":{"tag":"1.1.0","author":"kevinburkholder","date":"2025-07-21 22:26:01"},"1.1.1":{"tag":"1.1.1","author":"kevinburkholder","date":"2025-07-30 21:30:08"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3016750,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3016751,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3016748,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3016747,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.4","1.1.0","1.1.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3284450,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3284450,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"<p>Simple AWS\n<\/p>","2":"<p>Simple AWS Help\n<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3876,1898,223571,241582,241581],"plugin_category":[],"plugin_contributors":[211905],"plugin_business_model":[],"class_list":["post-183838","plugin","type-plugin","status-publish","hentry","plugin_tags-amazon-web-services","plugin_tags-aws","plugin_tags-aws-php-sdk","plugin_tags-eventbridge","plugin_tags-s3-bucket","plugin_contributors-kevinburkholder","plugin_committers-kevinburkholder"],"banners":{"banner":"https:\/\/ps.w.org\/eacsimpleaws\/assets\/banner-772x250.jpg?rev=3016747","banner_2x":"https:\/\/ps.w.org\/eacsimpleaws\/assets\/banner-1544x500.jpg?rev=3016748","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/eacsimpleaws\/assets\/icon-128x128.png?rev=3016750","icon_2x":"https:\/\/ps.w.org\/eacsimpleaws\/assets\/icon-256x256.png?rev=3016751","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/eacsimpleaws\/assets\/screenshot-1.png?rev=3284450","caption":"<p>Simple AWS\n<\/p>"},{"src":"https:\/\/ps.w.org\/eacsimpleaws\/assets\/screenshot-2.png?rev=3284450","caption":"<p>Simple AWS Help\n<\/p>"}],"raw_content":"<!--section=description-->\n<h4>Simple AWS<\/h4>\n\n<p>This extension, when enabled, provides easy access to Amazon Web Services (AWS) from other plugins, extensions and custom functions through the <a href=\"https:\/\/aws.amazon.com\/sdk-for-php\/\">AWS SDK for PHP<\/a>.<\/p>\n\n<p>From the settings page, enter your AWS Region and your IAM account credentials, then access AWS programmatically using the provided methods and filters along with the AWS SDK classes and methods.<\/p>\n\n<p>Please review:\n+   <a href=\"https:\/\/docs.aws.amazon.com\/IAM\/latest\/UserGuide\/access_policies.html\">Policies and permissions in IAM<\/a>\n+   <a href=\"https:\/\/docs.aws.amazon.com\/IAM\/latest\/UserGuide\/id_credentials_access-keys.html\">Managing access keys for IAM users<\/a><\/p>\n\n<h4>Available Methods<\/h4>\n\n<pre><code>getAwsRegion() returns your selected region\n\ngetAwsAccessKey() returns your access key\n\ngetAwsAccessSecret() returns your access secret\n\ngetAwsCredentials() returns a 'credentials' array with your key and secret\n\ngetAwsClientParams() returns an AWS client instantiation array\n\ngetAwsEndpoints() returns a (large) array of all AWS endpoint parameters\n\ngetAwsRegions() returns an array of all regions (name=&gt;description)\n\nsetAwsVersion() override default ('latest') version\n\nsetAwsRegion() override set region\n\nsetAwsEndPoint() override default endpoint\n<\/code><\/pre>\n\n<h4>Available Filters<\/h4>\n\n<pre><code>SimpleAWS_version returns the AWS version string\n\nSimpleAWS_region returns your selected region\n\nSimpleAWS_access_key returns your access key\n\nSimpleAWS_access_secret returns your access secret\n\nSimpleAWS_credentials returns a 'credentials' array with your key and secret\n\nSimpleAWS_client_params returns an AWS client instantiation array\n\nSimpleAWS_endpoints returns a (large) array of all AWS endpoint parameters\n\nSimpleAWS_regions returns an array of all regions (name=&gt;description)\n<\/code><\/pre>\n\n<h4>Examples<\/h4>\n\n<pre><code>`php\n<\/code><\/pre>\n\n<p>$cloudFront = new Aws\\CloudFront\\CloudFrontClient([\n    'version'       =&gt; 'latest',\n    'region'        =&gt; apply_filters('SimpleAWS_region',''),\n    'credentials'   =&gt; [\n        'key'       =&gt; apply_filters('SimpleAWS_access_key',''),\n        'secret'    =&gt; apply_filters('SimpleAWS_access_secret','')\n    ]\n]);<\/p>\n\n<p>if ($aws = $this-&gt;getExtension('Simple_AWS')) {\n    $cloudFront = new Aws\\CloudFront\\CloudFrontClient([\n        'version'       =&gt; 'latest',\n        'region'        =&gt; $aws-&gt;getAwsRegion(),\n        'credentials'   =&gt; $aws-&gt;getAwsCredentials(),\n    ]);\n}<\/p>\n\n<p>if ($aws = eacDoojigger()-&gt;getExtension('Simple_AWS')) {\n    $cloudFront = new Aws\\CloudFront\\CloudFrontClient([\n        'version'       =&gt; $aws-&gt;getAwsVersion(),\n        'region'        =&gt; $aws-&gt;getAwsRegion(),\n        'credentials'   =&gt; $aws-&gt;getAwsCredentials(),\n    ]);\n}<\/p>\n\n<p>if ($aws = $this-&gt;getExtension('Simple_AWS')) {\n    $cloudFront = new Aws\\CloudFront\\CloudFrontClient(\n        $aws-&gt;getAwsClientParams()\n    );\n}<\/p>\n\n<p>if ($aws = eacDoojigger()-&gt;getExtension('Simple_AWS')) {\n    $cloudFront = new Aws\\CloudFront\\CloudFrontClient(\n        $aws-&gt;getAwsClientParams()\n    );\n}<\/p>\n\n<p>if ($aws = $this-&gt;plugin-&gt;getExtension('Simple_AWS')) {\n    if ($awsParams = $aws-&gt;getAwsClientParams()) {\n        try {\n            $s3client = new \\Aws\\S3\\S3Client($awsParams);\n            $result = $s3client-&gt;createBucket([\n                'Bucket'    =&gt; $bucketName,\n            ]);\n            $result = $s3client-&gt;putObject([\n                'Bucket'    =&gt; $bucketName,\n                'Key'       =&gt; $fileName,\n                'Metadata'  =&gt; $metadata,\n                'Body'      =&gt; json_encode($payload,JSON_PRETTY_PRINT),\n            ]);\n        } \n        catch (\\AwsException $exception) {\n            $this-&gt;logError($exception,\"AWS S3Client Error\");\n        }\n    }\n}<\/p>\n\n<pre><code>`\n<\/code><\/pre>\n\n<h4>Simple AWS S3 Events<\/h4>\n\n<p>The <em>Simple AWS S3 Events<\/em> extension is intended to facilitate events through AWS EventBridge, passing data from and to WordPress\/WooCommerce ... but you may find other uses.<\/p>\n\n<ol>\n<li><p>A <em>webhook delivery URL<\/em> is created to be used by WooCommerce to send data (order, product, or coupon) as a file to an AWS S3 bucket.<\/p><\/li>\n<li><p>An <em>EventBridge Target URL<\/em> is created to accepts data from AWS EventBridge derived from the file saved to the S3 bucket.<\/p><\/li>\n<\/ol>\n\n<p>These 2 features may be used by the same WordPress installation (though I'm not sure why) or by different, even several, installations to route WooCommerce data to other destinations.<\/p>\n\n<p>For example:<\/p>\n\n<pre>\nSite1 \\                                                      \/ EventBridge Target -&gt; Site5\nSite2 -&gt; - WC Webhook Delivery -&gt; [ Site4 ] -&gt; - S3 Bucket -&gt;  EventBridge Target -&gt; Site6\nSite3 \/                                                      \\ EventBridge Target -&gt; Site7\n<\/pre>\n\n<p>One or many WooCommerce sites can use the <em>WebHook Delivery URL<\/em> of another site to send orders through that site and then on to an S3 bucket as individual files.<\/p>\n\n<p>EventBridge can be configured to deliver S3 files to one (or many) WordPress sites using the <em>EventBridge Target URL<\/em>.<\/p>\n\n<p>This extension creates the APIs and formats the data to be sent to or received from AWS. To process data beyond what this extension does, you may use any of these actions:\n    `php\n\/**\n * action _eventbridge_&lt;object|order|product|coupon&gt;\n * @param object $file - S3 file object ($file-&gt;get('Body') to get contents)\n * @param array  $meta - EventBridge API metadata\n * @param string $type - object type (order|product|coupon)\n * @param string $name - object file name\n *\/\nadd_action( \"eacDoojigger_eventbridge_object\",  'my_eventbridge_action', 10, 4 );\nadd_action( \"eacDoojigger_eventbridge_order\",   'my_eventbridge_action', 10, 4 );\nadd_action( \"eacDoojigger_eventbridge_product\", 'my_eventbridge_action', 10, 4 );\nadd_action( \"eacDoojigger_eventbridge_coupon\",  'my_eventbridge_action', 10, 4 );<\/p>\n\n<p>function my_EventBridge_action($file, $payload, $type, $fileName) {\n    $data = $file-&gt;get('Body');\n}\n    `<\/p>\n\n<p><strong>WooCommerce Setup<\/strong><\/p>\n\n<p>WooCommerce Webhooks can be added for Orders, Products, or Coupons. When creating a new webhook (WooCommerce -&gt; Settings -&gt; Advanced -&gt; Webhooks) use the <code>Webhook Delivery URL<\/code> and <code>Webhook Secret<\/code> provided by this extension.<\/p>\n\n<p><strong>S3 Setup<\/strong><\/p>\n\n<p>This extension, by default, creates a new S3 bucket named <code>wc-webhook-&lt;your-site-name&gt;<\/code>. To override this or use an existing bucket...\n    <code>php\nadd_action( \"eacDoojigger_eventbridge_bucketname\", function($bucketName) {\n    return 'my-s3-bucket';\n} );<\/code><\/p>\n\n<p>S3 bucket filenames are <code>wc_&lt;order|product|coupon&gt;_##.json<\/code>, e.g. <code>wc_order_300.json<\/code>. To override the file name used...\n    <code>php\nadd_action( \"eacDoojigger_eventbridge_filename\", function($fileName, $objectType, $objectId) {\n    return 'my_s3_' . $objectType . '_' . $objectId . '.json';\n},10,3 );<\/code><\/p>\n\n<p>When changing the bucket name and\/or file name, the <em>Event pattern<\/em> shown below will also have to be changed.<\/p>\n\n<p><strong>EventBridge Setup<\/strong><\/p>\n\n<p>There are several steps and configurations needed to get EventBridge working properly. Below are the key components needed for proper configuration, other options may be set to your preferences\/needs.<\/p>\n\n<p>In AWS EventBridge:<\/p>\n\n<ol>\n<li>EventBridge -&gt; Connections -&gt; Create Connection<\/li>\n<\/ol>\n\n<ul>\n<li>API type: <em>Public<\/em><\/li>\n<li>Authorization type: <em>Basic<\/em><\/li>\n<li>Username:  a WordPress user<\/li>\n<li>Password:  the application password for the user<\/li>\n<\/ul>\n\n<p>alternatively<\/p>\n\n<ul>\n<li>Authorization type: <em>API Key<\/em><\/li>\n<li>API key name:  <em>X-RestAPI-Token<\/em><\/li>\n<li>Value:  the <em>Webhook Secret<\/em> provided by this extension<\/li>\n<\/ul>\n\n<ol>\n<li>EventBridge -&gt; API Destinations -&gt; Create API destination<\/li>\n<\/ol>\n\n<ul>\n<li>API destination endpoint: The <em>EventBridge Target<\/em> URL provided by this extension.<\/li>\n<li>HTTP method: <em>POST<\/em> or <em>PUT<\/em><\/li>\n<li>Connection type: <em>Use an existing connection<\/em> (select the connection created in step 1)<\/li>\n<\/ul>\n\n<ol>\n<li>EventBridge -&gt; Rules -&gt; Create rule (you may create 1 rule for all objects or a single rule for each object type)<\/li>\n<\/ol>\n\n<ul>\n<li>Event bus: <em>default<\/em><\/li>\n<li>Rule type: <em>Rule with an event pattern<\/em><\/li>\n<li>Events, Event source: <em>Other<\/em><\/li>\n<li>Event pattern, Creation method: <em>Custom pattern (JSON editor)<\/em><\/li>\n<li>Event pattern: (defines the beginning part, or prefix, of the bucket name and file names)\n<code>json\n{\n\"detail\": {\n    \"bucket\": {\n        \"name\": [{\n            \"prefix\": \"wc-webhook-\"\n        }]\n    },\n    \"object\": {\n        \"key\": [{\n            \"prefix\": \"wc_order_\"\n        }]\n    }\n}\n}<\/code><\/li>\n<li>Target 1, Target types: <em>EventBridge API destination<\/em><\/li>\n<li>API destination: <em>Use an existing API destination<\/em> (select the API destination created in step 2)<\/li>\n<\/ul>\n\n<p>You can add other targets, such as CloudWatch for logging, other WordPress sites using this extension, or other services that can ingest this data. This extension provides logging (debug level) to expose detailed data structures.<\/p>\n\n<p>See also: <a href=\"https:\/\/repost.aws\/knowledge-center\/eventbridge-rule-monitors-s3\">How do I create and troubleshoot an Amazon EventBridge rule that triggers on S3 objects or operations?<\/a> on AWS re:Post.<\/p>\n\n<h4>Using AWS [CloudFront](https:\/\/aws.amazon.com\/cloudfront\/) or [Simple Email Service](https:\/\/aws.amazon.com\/ses\/)<\/h4>\n\n<ul>\n<li><p><a href=\"https:\/\/eacDoojigger.earthasylum.com\/eacsimplecdn\/\">{eac}SimpleCDN<\/a>\nAn {eac}Doojigger extension to enable the use of Content Delivery Network assets on your WordPress site, significantly decreasing your page load times and improving the user experience.<\/p><\/li>\n<li><p><a href=\"https:\/\/eacDoojigger.earthasylum.com\/eacsimplesmtp\/\">{eac}SimpleSMTP<\/a>\nAn {eac}Doojigger extension to configure WordPress wp_mail and phpmailer to use your SMTP (outgoing) mail server when sending email.<\/p><\/li>\n<\/ul>\n\n<h4>Additional Information<\/h4>\n\n<p>{eac}SimpleAWS is an extension plugin to and requires installation and registration of <a href=\"https:\/\/eacDoojigger.earthasylum.com\/\">{eac}Doojigger<\/a>.<\/p>\n\n<p>See Also:<\/p>\n\n<ul>\n<li><p><a href=\"https:\/\/eacDoojigger.earthasylum.com\/eacsimplecdn\/\">{eac}SimpleCDN<\/a>\nAn {eac}Doojigger extension to enable the use of Content Delivery Network assets on your WordPress site, significantly decreasing your page load times and improving the user experience.<\/p><\/li>\n<li><p><a href=\"https:\/\/eacDoojigger.earthasylum.com\/eacsimplesmtp\/\">{eac}SimpleSMTP<\/a>\nAn {eac}Doojigger extension to configure WordPress wp_mail and phpmailer to use your SMTP (outgoing) mail server when sending email.<\/p><\/li>\n<\/ul>\n\n<h3>Copyright<\/h3>\n\n<h4>Copyright \u00a9 2023-2025, EarthAsylum Consulting, distributed under the terms of the GNU GPL.<\/h4>\n\n<p>This program is free software: you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<\/p>\n\n<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<\/p>\n\n<p>You should receive a copy of the GNU General Public License along with this program. If not, see <a href=\"https:\/\/www.gnu.org\/licenses\/\">https:\/\/www.gnu.org\/licenses\/<\/a>.<\/p>\n\n<!--section=installation-->\n<p><strong>{eac}SimpleAWS<\/strong> is an extension plugin to and requires installation and registration of <a href=\"https:\/\/eacDoojigger.earthasylum.com\/\">{eac}Doojigger<\/a>.<\/p>\n\n<h4>Automatic Plugin Installation<\/h4>\n\n<p>This plugin is available from the <a href=\"https:\/\/wordpress.org\/plugins\/search\/earthasylum\/\">WordPress Plugin Repository<\/a> and can be installed from the WordPress Dashboard \u00bb <em>Plugins<\/em> \u00bb <em>Add New<\/em> page. Search for 'EarthAsylum', click the plugin's [Install] button and, once installed, click [Activate].<\/p>\n\n<p>See <a href=\"https:\/\/wordpress.org\/support\/article\/managing-plugins\/#automatic-plugin-installation-1\">Managing Plugins -&gt; Automatic Plugin Installation<\/a><\/p>\n\n<h4>Upload via WordPress Dashboard<\/h4>\n\n<p>Installation of this plugin can be managed from the WordPress Dashboard \u00bb <em>Plugins<\/em> \u00bb <em>Add New<\/em> page. Click the [Upload Plugin] button, then select the eacsimpleaws.zip file from your computer.<\/p>\n\n<p>See <a href=\"https:\/\/wordpress.org\/support\/article\/managing-plugins\/#upload-via-wordpress-admin\">Managing Plugins -&gt; Upload via WordPress Admin<\/a><\/p>\n\n<h4>Manual Plugin Installation<\/h4>\n\n<p>You can install the plugin manually by extracting the eacsimpleaws.zip file and uploading the 'eacsimpleaws' folder to the 'wp-content\/plugins' folder on your WordPress server.<\/p>\n\n<p>See <a href=\"https:\/\/wordpress.org\/support\/article\/managing-plugins\/#manual-plugin-installation-1\">Managing Plugins -&gt; Manual Plugin Installation<\/a><\/p>\n\n<h4>Settings<\/h4>\n\n<p>Once installed and activated options for this extension will show in the 'AWS' tab of {eac}Doojigger settings.<\/p>\n\n<!--section=changelog-->\n<h4>Version 1.1.1 \u2013 Jul 30, 2025<\/h4>\n\n<ul>\n<li>Updated AWS PHP SDK to version 3.351.10<\/li>\n<\/ul>\n\n<h4>Version 1.1.0 \u2013 Apr 29, 2025<\/h4>\n\n<ul>\n<li>New <code>Simple AWS S3 Events<\/code> extension.\n\n<ul>\n<li>Webhook for WooCommerce; REST endpoint for AWS EventBridge.<\/li>\n<\/ul><\/li>\n<li>Moved from <code>General<\/code> to <code>AWS<\/code> tab.<\/li>\n<\/ul>\n\n<h4>Version 1.0.3 \u2013 Apr 19, 2025<\/h4>\n\n<ul>\n<li>Updated AWS PHP SDK to version 3.342.28<\/li>\n<li>Compatible with WordPress 6.8.<\/li>\n<li>Prevent <code>_load_textdomain_just_in_time was called incorrectly<\/code> notice from WordPress.\n\n<ul>\n<li>All extensions - via eacDoojigger 3.1.<\/li>\n<li>Modified extension registration in constructor.<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>Version 1.0.2 \u2013 April 10, 2024<\/h4>\n\n<ul>\n<li>Added notice if activated without {eac}Doojigger.<\/li>\n<li>Updated AWS PHP SDK to version 3.304.1<\/li>\n<\/ul>\n\n<h4>Version 1.0.1 \u2013 September 9, 2023<\/h4>\n\n<ul>\n<li>Updated include file to prevent direct access.<\/li>\n<li>Updated AWS PHP SDK to version 3.281.3<\/li>\n<\/ul>\n\n<h4>Version 1.0.0 \u2013 June 3, 2023<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Enables the AWS SDK for PHP; adds a Webhook for WooCommerce to write to an S3 bucket; adds a REST endpoint for EventBridge to post to WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/183838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=183838"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kevinburkholder"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=183838"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=183838"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=183838"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=183838"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=183838"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=183838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}