{"id":32671,"date":"2014-11-05T23:26:09","date_gmt":"2014-11-05T23:26:09","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/kt-photogallery\/"},"modified":"2017-08-20T08:44:32","modified_gmt":"2017-08-20T08:44:32","slug":"kt-photogallery","status":"publish","type":"plugin","link":"https:\/\/nl.wordpress.org\/plugins\/kt-photogallery\/","author":14054864,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4","stable_tag":"1.4","tested":"4.8.28","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"Photogallery","header_author":"G\u00e1ravo","header_description":"","assets_banners_color":"fbf6f2","last_updated":"2017-08-20 08:44:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/kt-photogallery","header_author_uri":"http:\/\/profiles.wordpress.org\/kungtiger","rating":0,"author_block_rating":0,"active_installs":40,"downloads":5190,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.4":"<ul>\n<li>Removed deprecated functions<\/li>\n<li>Fixed a JavaScript bug<\/li>\n<li>UI improvements<\/li>\n<\/ul>","1.3":"<p>Render now optionally falls back to the first registered design<\/p>","1.2.1":"<ul>\n<li>Fixes some styling errors and adds a nice spinner to the album dialog<\/li>\n<\/ul>","1.2":"<ul>\n<li>Fixes a security issue and a nasty JavaScript bug<\/li>\n<\/ul>","1.1":"<p>Fixes some bugs<\/p>","1.0.1":"<p>Maintenance update, no changes to the API<\/p>","1.0":"<p>Note that <code>get_photogallery<\/code> and <code>get_photoalbum<\/code> are now deprecated in favour of OOP versions<\/p>","0.9":"<p>Initial alpha release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1093384","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1093384","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.9","1.0","1.0.1","1.1","1.2","1.2.1","1.3","1.4"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1093384","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1093384","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1093384","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1093384","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1093384","resolution":"5","location":"assets"}},"screenshots":{"1":"Album Listing","2":"Album Editor","3":"Gallery Listing","4":"Gallery Editor","5":"Add Album Dialog"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[5719,210,133,215,216],"plugin_category":[50],"plugin_contributors":[81429],"plugin_business_model":[],"class_list":["post-32671","plugin","type-plugin","status-publish","hentry","plugin_tags-album","plugin_tags-gallery","plugin_tags-image","plugin_tags-photo","plugin_tags-picture","plugin_category-media","plugin_contributors-kungtiger","plugin_committers-kungtiger"],"banners":{"banner":"https:\/\/ps.w.org\/kt-photogallery\/assets\/banner-772x250.png?rev=1093384","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/kt-photogallery\/assets\/icon-128x128.png?rev=1093384","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/kt-photogallery\/assets\/screenshot-1.png?rev=1093384","caption":"Album Listing"},{"src":"https:\/\/ps.w.org\/kt-photogallery\/assets\/screenshot-2.png?rev=1093384","caption":"Album Editor"},{"src":"https:\/\/ps.w.org\/kt-photogallery\/assets\/screenshot-3.png?rev=1093384","caption":"Gallery Listing"},{"src":"https:\/\/ps.w.org\/kt-photogallery\/assets\/screenshot-4.png?rev=1093384","caption":"Gallery Editor"},{"src":"https:\/\/ps.w.org\/kt-photogallery\/assets\/screenshot-5.png?rev=1093384","caption":"Add Album Dialog"}],"raw_content":"<!--section=description-->\n<p><strong>This plugin is meant primarily for theme developers.<\/strong><\/p>\n\n<p>This plugin allows to collect photos from the the Media Manager and arrange them into albums.\nThese albums can be combined into galleries.\nBoth albums and galleries can be added to a theme's navigation menu.<\/p>\n\n<p>Note that this plugin does not provide any CSS formatting and JavaScript for frontend presentation of galleries and albums. You have to format them yourself and integrate necessary JavaScript libraries, e.g Lightbox, yourself. This plugin merely gives a framework for gallery and album creation via custom post types and registration of designs for a frontend presentation.<\/p>\n\n<p>If you found a bug or have any questions, complains or suggestions please feel free to contact me.<\/p>\n\n<p><strong>Theme Integration<\/strong><\/p>\n\n<p>You have to write post type template files for your theme in order for an album or gallery to work.\nThis gives Theme developers the most control over a frontend presentation and users a convenient way to create galleries through the WordPress dashboard.\nIf you install this plugin, create albums and galleries and include them into your theme's menu, you will be disappointed, since nothing will happen.<\/p>\n\n<ol>\n<li>Create two php files inside your theme's directory: <code>single-photogallery.php<\/code> and <code>single-photoalbum.php<\/code>.\n\n<ul>\n<li><code>single-photogallery.php<\/code> gets called everytime a gallery is about to be viewed<\/li>\n<li><code>single-photoalbum.php<\/code> gets called everytime a album is about to be viewed<\/li>\n<\/ul><\/li>\n<li>Now you have two options.\n\n<ul>\n<li>You can register a custom design inside your theme's <code>function.php<\/code> via e.g <code>$kt_Photogallery-&gt;register_gallery_design()<\/code> and call <code>$kt_Photogallery-&gt;render()<\/code> at an appropriated place inside your <code>single-photogallery.php<\/code> to render it depending on the user's choice.<\/li>\n<li>You fetch albums, images and thumbnail details, and render consistent HTML for all albums and galleries.<\/li>\n<\/ul><\/li>\n<li>Refere to the PHP API section for further details on how to retrieve album IDs, image IDs and thumbnail details.<\/li>\n<\/ol>\n\n<p><strong>Example<\/strong><\/p>\n\n<p>A basic example for a custom gallery design<\/p>\n\n<pre><code># functions.php\n\n$kt_Photogallery-&gt;register_gallery_design ('my_gallery_design', array(\n  'label' =&gt; __('My Gallery Design', 'my-textdomain'),\n  'icon' =&gt; 'dashicons-format-gallery',\n  'title' =&gt; __('This is my custom gallery design', 'my-textdomain'),\n  'render' =&gt; 'render_my_gallery_design'\n));\n\n$kt_Photogallery-&gt;register_album_design ('my_album_design', array(\n  'label' =&gt; __('My Album Design', 'my-textdomain'),\n  'icon' =&gt; 'dashicons-format-image',\n  'title' =&gt; __('This is my custom album design', 'my-textdomain'),\n  'render' =&gt; 'render_my_album_design'\n));\n\nfunction render_my_gallery_design ($post) {\n  global $kt_Photogallery;\n  $album_IDs = $kt_Photogallery-&gt;get_albums($post);\n  if ($album_IDs) {\n    foreach ($album_IDs as $album_ID) {\n      $album_thumbnail = $kt_Photogallery-&gt;get_thumbnail_src($album_ID);\n      echo '&lt;a href=\"' . get_permalink($album_ID) . '\"&gt;';\n      if ($album_thumbnail) {\n        echo '&lt;img src=\"' . $album_thumbnail[0] . '\" alt \/&gt;';\n      }\n      echo '&lt;\/a&gt;';\n    }\n  } else {\n    printf(__('The gallery %s does not contain any albums', 'my-textdomain'), esc_html($post-&gt;post_title));\n  }\n}\n\nfunction render_my_album_design ($post) {\n  global $kt_Photogallery;\n  $image_IDs = $kt_Photogallery-&gt;get_images($post);\n  if ($image_IDs) {\n    foreach ($image_IDs as $image_ID) {\n      $image = get_post($image_ID);\n      if ($image) {\n        $image_src = wp_get_attachment_image_src($image_ID, 'medium');\n        if (!$image_src) {\n          $image_src = wp_get_attachment_image_src($image_ID, 'full');\n        }\n        echo '&lt;img src=\"' . $image_src[0] . '\" alt \/&gt;';\n      }\n    }\n  } else {\n    printf(__('The album %s does not contain any images', 'my-textdomain'), esc_html($post-&gt;post_title));\n  }\n}\n<\/code><\/pre>\n\n<p>Basic integration into <a href=\"https:\/\/wordpress.org\/themes\/twentyfifteen\">Twenty Fifteen<\/a>:<\/p>\n\n<pre><code># single-photogallery.php or single-photoalbum.php\nget_header();\n?&gt;\n&lt;div id=\"primary\" class=\"content-area\"&gt;\n  &lt;main id=\"main\" class=\"site-main\" role=\"main\"&gt;\n  &lt;?php\n  while (have_posts()) {\n    the_post();\n    ?&gt;\n    &lt;article class=\"hentry\"&gt;\n      &lt;header class=\"entry-header\"&gt;\n      &lt;?php\n        the_title('&lt;h1 class=\"entry-title\"&gt;', '&lt;\/h1&gt;');\n      ?&gt;\n      &lt;\/header&gt;\n      &lt;div class=\"entry-content\"&gt;\n      &lt;?php\n        $kt_Photogallery-&gt;render();\n      ?&gt;\n      &lt;\/div&gt;\n    &lt;\/article&gt;\n    &lt;?php\n  }\n  ?&gt;\n  &lt;\/main&gt;\n&lt;\/div&gt;\n&lt;?php\nget_footer();\n<\/code><\/pre>\n\n<p><strong>Language &amp; Translation<\/strong><\/p>\n\n<p>This plugin is in English (en_US) by default but comes with a German (de_DE) po-file.\nThere is also a pot file containing untranslated strings so you can use it if you wish to translate this plugin.\nSee also <a href=\"https:\/\/developer.wordpress.org\/plugins\/internationalization\/localization\/#using-localizations\">Using Localizations<\/a>.\nAnd especially <a href=\"http:\/\/www.cssigniter.com\/ignite\/wordpress-poedit-translation-secrets\/\">WordPress - Poedit: Translation Secrets<\/a>.<\/p>\n\n<p>If you want your translation included in the next version of Photogallery, don't hesitate and let me know.<\/p>\n\n<ol>\n<li>Get <a href=\"http:\/\/poedit.net\">Poedit<\/a>.<\/li>\n<li>Open the the pot file with Poedit and translate it.<\/li>\n<li>Save a copy as e.g <code>kt-photogallery-fr_FR.po<\/code> in <code>\/wp-content\/plugins\/kt-photogallery\/language<\/code>. The mo-file will be created automatically by Poedit if you ticked the checkbox in the preferences.<\/li>\n<\/ol>\n\n<p><strong>PHP API<\/strong><\/p>\n\n<p>I have included a number of functions for fetching album, image and thumbnail IDs associated with a gallery or album.\nPlease note that all methods starting with an underscore are considered internal and are not documented here. Although some are publicly accessible you should not use them directly unless you know what you are doing.<\/p>\n\n<p>You do not have to create a new kt_Photogallery instance, there is already one in the global namespace.\nAccess all public methods via <code>$kt_Photogallery<\/code>.<\/p>\n\n<ul>\n<li><p><strong><code>$kt_Photogallery-&gt;get_album_count ( [$gallery_ID] )<\/code><\/strong>\nReturns the number of albums associated with a gallery\n<strong>Argument<\/strong> <code>int<\/code>|<code>null $gallery_ID<\/code> <em>Optional<\/em> - ID of a gallery. Defaults to the current ID if used inside the Loop\n<strong>Returns<\/strong> <code>integer<\/code>|<code>boolean<\/code> - Returns an integer on success, or <code>false<\/code> if <code>$gallery_ID<\/code> yields no gallery<\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;get_albums ( [$gallery_ID] )<\/code><\/strong>\nReturns an array of album IDs associated with a gallery.\n<strong>Argument<\/strong> <code>int<\/code>|<code>null $gallery_ID<\/code> <em>Optional<\/em> - ID of a gallery. Defaults to the current ID if used inside the Loop\n<strong>Returns<\/strong> <code>array<\/code>|<code>boolean<\/code> - Returns an array of IDs on success, <code>false<\/code> if <code>$gallery_ID<\/code> yields no gallery<\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;get_image_count ( [$album_ID] )<\/code><\/strong>\nReturns the number of images associated with an album\n<strong>Argument<\/strong> <code>int<\/code>|<code>null $album_ID<\/code> <em>Optional<\/em> - ID of an album. Defaults to the current ID if used inside the Loop\n<strong>Returns<\/strong> <code>integer<\/code>|<code>boolean<\/code> - Returns an integer on success, or <code>false<\/code> if <code>$album_ID<\/code> yields no album<\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;get_images ( [$album_ID] )<\/code><\/strong>\nReturns an array of image IDs associated with an album.\n<strong>Argument<\/strong> <code>int<\/code>|<code>null $album_ID<\/code> <em>Optional<\/em> - ID of an album. Defaults to the current ID if used inside the Loop\n<strong>Returns<\/strong> <code>array<\/code>|<code>boolean<\/code> - Returns an array of IDs on success, <code>false<\/code> if <code>$album_ID<\/code> yields no album<\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;get_thumbnail ( [$album_ID, [$fallback] ] )<\/code><\/strong>\nReturns the ID of the image (attachment) used as thumbnail for an album\n<strong>Argument<\/strong> <code>int<\/code>|<code>null $album_ID<\/code> <em>Optional<\/em> - ID of an album. Defaults to the current ID if used inside the Loop\n<strong>Argument<\/strong> <code>boolean $fallback<\/code> <em>Optional<\/em> - if <code>true<\/code> and <code>$album_ID<\/code> yields no album the method returns the ID of the first image associated with the album. Default is <code>true<\/code>\n<strong>Returns<\/strong> <code>integer<\/code>|<code>false<\/code> - Returns an integer on success, <code>false<\/code> if <code>$album_ID<\/code> yields no album, no thumbnail is set or a fallback could not been resolved<\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;get_thumbnail_src ( [$album_ID, [$fallback] ] )<\/code><\/strong>\nReturns an ordered array with values corresponding to the (0) url, (1) width, (2) height and (3) scale of the thumbnail associated with an album.\n<strong>Argument<\/strong> <code>int<\/code>|<code>null $album_ID<\/code> <em>Optional<\/em> - ID of an album. Defaults to the current ID if used inside the Loop\n<strong>Argument<\/strong> <code>boolean $fallback<\/code> <em>Optional<\/em> - if <code>true<\/code> and <code>$album_ID<\/code> yields no album the method returns the ID of the first image associated with the album. Default is <code>true<\/code>\n<strong>Returns<\/strong> <code>array<\/code>|<code>false<\/code> - Returns an array on success, <code>false<\/code> if <code>$album_ID<\/code> yields no album, no thumbnail is set or a fallback could not been resolved<\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;register_album_design ( $key, $options )<\/code><\/strong><\/p><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;register_gallery_design ( $key, $options )<\/code><\/strong>\nRegisters a custom design for albums and galleries respectively.\nThe design will be available in the Design metabox during editing\n<strong>Returns<\/strong> <code>boolean<\/code> - returns <code>true<\/code> if the design was registered successfully, <code>false<\/code> on failure.\n<strong>Argument<\/strong> <code>string $key<\/code> <em>Required<\/em> - A key used as id inside HTML\/CSS and for general identification\n<strong>Argument<\/strong> <code>callable<\/code>|<code>array $options<\/code> <em>Required<\/em> - A callback rendering the design on the frontend or an associative array:<\/p>\n\n<ul>\n<li><code>string label<\/code> - The text for the label<\/li>\n<li><code>string icon<\/code> - The image shown next to the label. Can be <code>dashicons-*<\/code>, an URL to an image or a base 64 encoded image<\/li>\n<li><code>string title<\/code> - Text used inside the HTML title attribute, usually containing a description<\/li>\n<li><code>callback render ($post, $options)<\/code> - Callback rendering the design on the frontend. The arguments passed are the current post as a WP_Post instance and an associative array of the options straight from the database<\/li>\n<li><code>callback options ($current_options, $defaults, $post)<\/code> - Callback for additional form fields, should echo HTML. The arguments passed are an associative array of the options straight from the database, the default options as second argument and the current post as a WP_Post instance as third.<\/li>\n<li><code>array  defaults<\/code> - Associative array containing default values for options. Its keys are used during saving so you should generate HTML form fields using its keys and provide a callback for filtering.<\/li>\n<li><code>callback filter ($current_options, $defaults, $post)<\/code> - Callback for filtering the options before they are saved. This callback is called every time a post is saved. The arguments passed are the default options merged with the values from the current request, the default options as second argument and the current post as a WP_Post instance as third. The callback must return an associative array otherwise no options are stored.<\/li>\n<\/ul><\/li>\n<li><p><strong><code>$kt_Photogallery-&gt;render( [$auto_design] )<\/code><\/strong>\nMain output method. Depending on the current post type the method prints out a design for a gallery or an album.\n<strong>Argument<\/strong> <code>boolean auto_design<\/code> <em>optional<\/em> - If set <code>true<\/code> and no design is found, take the first registered one and proceed. Default is <code>true<\/code>\n<strong>Returns<\/strong> <code>boolean<\/code> - Returns <code>true<\/code> on success, <code>false<\/code> otherwise<\/p><\/li>\n<\/ul>\n\n<!--section=installation-->\n<p><strong>Through WordPress' Plugin Repository<\/strong><\/p>\n\n<ol>\n<li>Goto <a href=\"http:\/\/wordpress.org\/plugins\/kt-photogallery\">wordpress.org\/plugins\/kt-photogallery<\/a> and download the zip<\/li>\n<li>Goto your WordPress. You can upload a zip-archive via <code>\/wp-admin\/plugin-install.php?tab=upload<\/code><\/li>\n<li>Refere to the API section for further details on how to integrate this plugin into a theme<\/li>\n<\/ol>\n\n<p><strong>Manual installation<\/strong><\/p>\n\n<ol>\n<li>Upload all files found inside the zip archive to \/wp-content\/plugins\/photogallery<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Refere to the API section for further details on how to integrate this plugin into a theme<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><p><strong>Through WordPress' Plugin Repository<\/strong><\/p>\n\n<ol>\n<li>Goto <a href=\"http:\/\/wordpress.org\/plugins\/kt-photogallery\">wordpress.org\/plugins\/kt-photogallery<\/a> and download the zip<\/li>\n<li>Goto your WordPress. You can upload a zip-archive via <code>\/wp-admin\/plugin-install.php?tab=upload<\/code><\/li>\n<li>Refere to the API section for further details on how to integrate this plugin into a theme<\/li>\n<\/ol>\n\n<p><strong>Manual installation<\/strong><\/p>\n\n<ol>\n<li>Upload all files found inside the zip archive to \/wp-content\/plugins\/photogallery<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Refere to the API section for further details on how to integrate this plugin into a theme<\/li>\n<\/ol><\/dd>\n<dt>So far nothing came up<\/dt>\n<dd><p>If you have a question please contact me and we'll see what we can do<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4<\/h4>\n\n<ul>\n<li>Removed deprecated functions<\/li>\n<li>Fixed a JavaScript bug<\/li>\n<li>UI improvements<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Render now optionally falls back to the first registered design<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Fixes some overzealous esc_html<\/li>\n<li>Fixes jQuery UI Dialog sizing issue<\/li>\n<li>Add a spinning animation to the album dialog while loading<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Fixes a security issue<\/li>\n<li>Fixed a JavaScript bug which can break the page<\/li>\n<li>Updated help tabs<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Design Metabox will be hidden if no designs are registered<\/li>\n<li>Fixed <code>get_albums()<\/code>: protected and private albums are now properly included or excluded<\/li>\n<li>Fixed <code>get_meta()<\/code><\/li>\n<li>Fixed SQL query inside <code>get_photoalbum()<\/code><\/li>\n<li>Updated SortSelect.js to version 1.2<\/li>\n<li>Merged <code>gallery.js<\/code> and <code>album.js<\/code><\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Removed dead code<\/li>\n<li>Reduced redundancies<\/li>\n<li>Fixed some translation strings<\/li>\n<li>Improved examples inside readme.txt<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Improved custom post type integration<\/li>\n<li>Added support of custom designs<\/li>\n<li>Added API for fetching albums, images and thumbnails<\/li>\n<li>Updated SortSelect.js to version 1.1<\/li>\n<li>Deprecated <code>get_photogallery<\/code> and <code>get_photoalbum<\/code><\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<p>Initial alpha release.<\/p>","raw_excerpt":"Create galleries with ease.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/32671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=32671"}],"author":[{"embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kungtiger"}],"wp:attachment":[{"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=32671"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=32671"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=32671"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=32671"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=32671"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/nl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=32671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}