{"id":284554,"date":"2026-03-01T17:35:19","date_gmt":"2026-03-01T17:35:19","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/sdp-my-account-tabs-for-woocommerce\/"},"modified":"2026-05-30T07:33:22","modified_gmt":"2026-05-30T07:33:22","slug":"sdp-my-account-tabs-for-woocommerce","status":"publish","type":"plugin","link":"https:\/\/es.wordpress.org\/plugins\/sdp-my-account-tabs-for-woocommerce\/","author":23401577,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3.6","stable_tag":"1.3.6","tested":"7.0","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"SDP My Account Tabs for WooCommerce","header_author":"Simple Direct Plugins","header_description":"Adds custom tabs to WooCommerce \"My Account\" pages, allowing dynamic, user-specific content.","assets_banners_color":"fbfbfd","last_updated":"2026-05-30 07:33:22","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/simpledirectplugins.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":745,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"simpledirectplugins","date":"2026-03-01 18:40:01"},"1.1.0":{"tag":"1.1.0","author":"simpledirectplugins","date":"2026-03-06 11:48:30"},"1.2.0":{"tag":"1.2.0","author":"simpledirectplugins","date":"2026-03-19 18:13:38"},"1.3.0":{"tag":"1.3.0","author":"simpledirectplugins","date":"2026-03-21 17:26:36"},"1.3.1":{"tag":"1.3.1","author":"simpledirectplugins","date":"2026-03-21 18:57:57"},"1.3.2":{"tag":"1.3.2","author":"simpledirectplugins","date":"2026-04-08 06:48:50"},"1.3.3":{"tag":"1.3.3","author":"simpledirectplugins","date":"2026-04-09 06:19:51"},"1.3.4":{"tag":"1.3.4","author":"simpledirectplugins","date":"2026-05-06 13:07:33"},"1.3.5":{"tag":"1.3.5","author":"simpledirectplugins","date":"2026-05-28 08:40:40"},"1.3.6":{"tag":"1.3.6","author":"simpledirectplugins","date":"2026-05-30 07:33:22"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3533581,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3533581,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500-es.png":{"filename":"banner-1544x500-es.png","revision":3537050,"resolution":"1544x500","location":"assets","locale":"es","width":1544,"height":500},"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3518242,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250-es.png":{"filename":"banner-772x250-es.png","revision":3537050,"resolution":"772x250","location":"assets","locale":"es","width":772,"height":250},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3518242,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3554435,"resolution":false,"location":"assets","locale":"","contents":"{\"preferredVersions\":{\"php\":\"8.3\",\"wp\":\"latest\"},\"features\":{\"networking\":true},\"landingPage\":\"\\\/my-account\\\/overview\\\/\",\"steps\":[{\"step\":\"installTheme\",\"themeData\":{\"resource\":\"wordpress.org\\\/themes\",\"slug\":\"storefront\"},\"options\":{\"activate\":true}},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"woocommerce\"},\"options\":{\"activate\":true}},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"sdp-my-account-tabs-for-woocommerce\"},\"options\":{\"activate\":true}},{\"step\":\"runPHP\",\"code\":\"<?php require '\\\/wordpress\\\/wp-load.php'; update_option('woocommerce_store_address', 'Demo Street 123'); update_option('woocommerce_store_city', 'Murcia'); update_option('woocommerce_default_country', 'ES:MU'); update_option('woocommerce_currency', 'EUR'); update_option('woocommerce_allow_tracking', 'no'); update_option('woocommerce_onboarding_profile', array('skipped' => true)); update_option('woocommerce_task_list_hidden_lists', array('setup','extended')); delete_transient('woocommerce_admin_installing'); delete_transient('smat-activado'); if (class_exists('WC_Install')) { WC_Install::create_pages(); } ?>\"},{\"step\":\"runPHP\",\"code\":\"<?php require '\\\/wordpress\\\/wp-load.php'; if (!is_dir(WPMU_PLUGIN_DIR)) { mkdir(WPMU_PLUGIN_DIR, 0777, true); } $plugin = <<<'PHP'\\n<?php\\nadd_action('template_redirect', function() {\\n    if (is_admin() || wp_doing_ajax()) {\\n        return;\\n    }\\n    if (!is_user_logged_in()) {\\n        return;\\n    }\\n    if (is_account_page()) {\\n        return;\\n    }\\n    if (function_exists('wc_get_account_endpoint_url')) {\\n        wp_safe_redirect(wc_get_account_endpoint_url('overview'));\\n        exit;\\n    }\\n});\\n\\nadd_action('woocommerce_before_account_navigation', function() {\\n    echo '<div class=\\\"woocommerce-info\\\"><strong>Demo tip:<\\\/strong> Explore the custom account tabs, dynamic customer data, and recent orders table. Enjoy \\ud83d\\ude0a<\\\/div>';\\n});\\nPHP; file_put_contents(WPMU_PLUGIN_DIR . '\\\/smat-playground-demo.php', $plugin); ?>\"},{\"step\":\"runPHP\",\"code\":\"<?php require '\\\/wordpress\\\/wp-load.php'; $customer_id = username_exists('customer'); if (!$customer_id) { $customer_id = wp_create_user('customer', 'password', 'customer@example.com'); } wp_update_user(array('ID' => $customer_id, 'first_name' => 'John', 'last_name' => 'Doe', 'display_name' => 'John Doe', 'role' => 'customer')); update_user_meta($customer_id, 'billing_first_name', 'John'); update_user_meta($customer_id, 'billing_last_name', 'Doe'); update_user_meta($customer_id, 'billing_email', 'customer@example.com'); update_user_meta($customer_id, 'billing_phone', '+34 600 123 456'); update_user_meta($customer_id, 'billing_company', 'Demo Company'); update_user_meta($customer_id, 'billing_address_1', 'Demo Street 123'); update_user_meta($customer_id, 'billing_city', 'Murcia'); update_user_meta($customer_id, 'billing_postcode', '30001'); update_user_meta($customer_id, 'billing_country', 'ES'); ?>\"},{\"step\":\"runPHP\",\"code\":\"<?php require '\\\/wordpress\\\/wp-load.php'; $products = array(); $names = array('Demo Product', 'Premium Support Plan', 'Extended Access'); foreach ($names as $index => $name) { $product = new WC_Product_Simple(); $product->set_name($name); $product->set_regular_price((string) (29.99 + ($index * 15))); $product->set_status('publish'); $product->save(); $products[] = $product; } $customer = get_user_by('login', 'customer'); if ($customer && !empty($products)) { $statuses = array('completed', 'processing', 'completed'); foreach ($statuses as $i => $status) { $order = wc_create_order(array('customer_id' => $customer->ID)); $order->add_product($products[$i], 1); $order->set_address(array('first_name' => 'John','last_name' => 'Doe','email' => 'customer@example.com','phone' => '+34 600 123 456','company' => 'Demo Company','address_1' => 'Demo Street 123','city' => 'Murcia','postcode' => '30001','country' => 'ES'),'billing'); $order->calculate_totals(); $order->update_status($status); } } ?>\"},{\"step\":\"runPHP\",\"code\":\"<?php require '\\\/wordpress\\\/wp-load.php'; $cpt = class_exists('SMAT_CPT') ? SMAT_CPT::CPT : 'smat-tab'; $core_order = array('dashboard' => array('order' => 0, 'active' => 0), 'orders' => array('order' => 20, 'active' => 1), 'downloads' => array('order' => 25, 'active' => 0), 'edit-address' => array('order' => 30, 'active' => 1), 'edit-account' => array('order' => 40, 'active' => 1), 'payment-methods' => array('order' => 45, 'active' => 0), 'customer-logout' => array('order' => 999, 'active' => 1)); foreach ($core_order as $endpoint => $data) { $post = get_page_by_path('smat-core-' . $endpoint, OBJECT, $cpt); if ($post) { wp_update_post(array('ID' => $post->ID, 'menu_order' => $data['order'])); update_post_meta($post->ID, 'smat_active', $data['active']); update_post_meta($post->ID, 'smat_is_core', 1); update_post_meta($post->ID, 'smat_core_endpoint', $endpoint); } } $dashboard_content = '<div style=\\\"display:flex;gap:22px;align-items:center;margin-bottom:24px;padding:22px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;\\\">[smat_wp_profile_picture size=\\\"90\\\"]<div><h2 style=\\\"margin:0 0 8px;\\\">Hello [smat_woo_billing_first_name] \\ud83d\\udc4b<\\\/h2><p style=\\\"margin:4px 0;\\\"><strong>Member since:<\\\/strong> [smat_wp_registration_date]<\\\/p><p style=\\\"margin:4px 0;\\\"><strong>Billing email:<\\\/strong> [smat_woo_customer_email]<\\\/p><p style=\\\"margin:4px 0;\\\"><strong>Billing phone:<\\\/strong> [smat_woo_billing_phone]<\\\/p><\\\/div><\\\/div><div style=\\\"display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:24px;\\\"><div style=\\\"padding:16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;\\\"><strong>Orders placed<\\\/strong><br><span style=\\\"font-size:24px;\\\">[smat_woo_number_orders]<\\\/span><\\\/div><div style=\\\"padding:16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;\\\"><strong>Total spent<\\\/strong><br><span style=\\\"font-size:24px;\\\">[smat_woo_total_spent]<\\\/span><\\\/div><div style=\\\"padding:16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;\\\"><strong>Last order<\\\/strong><br><span style=\\\"font-size:18px;\\\">[smat_woo_last_order_date]<\\\/span><\\\/div><\\\/div><h3>Recent orders<\\\/h3>[smat_woo_orders_table limit=\\\"3\\\"]'; $support_content = '<h3>Contact support<\\\/h3><p>Need help with your orders or account? Send a message to our support team.<\\\/p><form><p><label><strong>Subject<\\\/strong><\\\/label><br><textarea rows=\\\"1\\\" style=\\\"width:100%;max-width:520px;\\\">Question about my latest order<\\\/textarea><\\\/p><p><label><strong>Your message<\\\/strong><\\\/label><br><textarea rows=\\\"5\\\" style=\\\"width:100%;max-width:700px;\\\">Hi, I need help with my latest order.<\\\/textarea><\\\/p><p><button type=\\\"button\\\" class=\\\"button\\\">Send message<\\\/button><\\\/p><\\\/form><p><small>This is a demo form added inside a custom My Account tab.<\\\/small><\\\/p>'; $recommendations_content = '<h3>Recommended for your account<\\\/h3><p>Use custom tabs to show helpful account-specific content, product suggestions, or next steps.<\\\/p><ul><li>Premium Support Plan<\\\/li><li>Extended Access<\\\/li><li>Priority Assistance<\\\/li><\\\/ul><p><a class=\\\"button\\\" href=\\\"\\\/shop\\\/\\\">Browse products<\\\/a><\\\/p>'; $tabs = array(array('title' => 'Dashboard', 'slug' => 'overview', 'order' => 5, 'content' => $dashboard_content), array('title' => 'Support', 'slug' => 'support', 'order' => 50, 'content' => $support_content), array('title' => 'Recommendations', 'slug' => 'recommendations', 'order' => 60, 'content' => $recommendations_content)); foreach ($tabs as $tab) { $existing = get_page_by_path($tab['slug'], OBJECT, $cpt); if ($existing) { $tab_id = $existing->ID; wp_update_post(array('ID' => $tab_id, 'post_title' => $tab['title'], 'post_content' => $tab['content'], 'menu_order' => $tab['order'], 'post_status' => 'publish')); } else { $tab_id = wp_insert_post(array('post_type' => $cpt, 'post_status' => 'publish', 'post_title' => $tab['title'], 'post_name' => $tab['slug'], 'post_content' => $tab['content'], 'menu_order' => $tab['order'])); } if ($tab_id && !is_wp_error($tab_id)) { update_post_meta($tab_id, 'smat_active', 1); update_post_meta($tab_id, 'smat_is_core', 0); } } update_option('smat_flush_rewrite_pending', 1); flush_rewrite_rules(); ?>\"},{\"step\":\"login\",\"username\":\"customer\",\"password\":\"password\"}]}"}},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":3472225,"resolution":"1","location":"assets","locale":"","width":1716,"height":1498},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":3472225,"resolution":"2","location":"assets","locale":"","width":1671,"height":845},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":3472225,"resolution":"3","location":"assets","locale":"","width":1408,"height":668}},"screenshots":{"1":"Admin interface showing custom and core tabs.","2":"Insert user-specific dynamic data into custom tabs.","3":"Example of a My Account page with custom tabs and dynamic user data."}},"plugin_section":[],"plugin_tags":[2759,129131,21918,286],"plugin_category":[43,45],"plugin_contributors":[250806],"plugin_business_model":[],"class_list":["post-284554","plugin","type-plugin","status-publish","hentry","plugin_tags-customization","plugin_tags-endpoints","plugin_tags-my-account","plugin_tags-woocommerce","plugin_category-customization","plugin_category-ecommerce","plugin_contributors-simpledirectplugins","plugin_committers-enriquejros","plugin_committers-simpledirectplugins","plugin_support_reps-enriquejros"],"banners":{"banner":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/banner-772x250-es.png?rev=3537050","banner_2x":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/banner-1544x500-es.png?rev=3537050","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/icon-128x128.png?rev=3533581","icon_2x":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/icon-256x256.png?rev=3533581","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/screenshot-1.jpg?rev=3472225","caption":"Interfaz de administraci\u00f3n mostrando pesta\u00f1as personalizadas y del n\u00facleo."},{"src":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/screenshot-2.jpg?rev=3472225","caption":"Inserta datos din\u00e1micos espec\u00edficos del usuario en pesta\u00f1as personalizadas."},{"src":"https:\/\/ps.w.org\/sdp-my-account-tabs-for-woocommerce\/assets\/screenshot-3.jpg?rev=3472225","caption":"Ejemplo de una p\u00e1gina \u00abMi cuenta\u00bb con pesta\u00f1as personalizadas y datos din\u00e1micos del usuario."}],"raw_content":"<!--section=description-->\n<p><strong>SDP My Account Tabs for WooCommerce<\/strong> lets you fully customize the WooCommerce My Account page by adding, reordering, and renaming tabs. You can display dynamic user-related information, including WordPress profile data (name, avatar, registration date, bio, website, and any custom user meta key) and WooCommerce details (billing\/shipping info, orders, total spent, coupons, purchased products, among others). The plugin also includes a flexible shortcode to display any user meta key, allowing developers and site owners to output custom fields added by themes or plugins without additional coding.<\/p>\n\n<h4>\ud83d\ude80 Try the live interactive demo<\/h4>\n\n<p>Try the live interactive demo and explore a fully customized WooCommerce My Account area with dynamic customer content, custom tabs, recent orders, and personalized account sections.<\/p>\n\n<p><a href=\"https:\/\/playground.wordpress.net\/?plugin=sdp-my-account-tabs-for-woocommerce&amp;blueprint-url=https:\/\/wordpress.org\/plugins\/wp-json\/plugins\/v1\/plugin\/sdp-my-account-tabs-for-woocommerce\/blueprint.json\">Launch live demo<\/a><\/p>\n\n<p><strong>Using Elementor Pro?<\/strong> Turn your WooCommerce My Account page into a fully personalized customer dashboard. Insert your templates into custom tabs and power them with dynamic SMAT shortcodes.<\/p>\n\n<p>The plugin automatically detects any custom tabs added to the WooCommerce My Account page by third-party plugins \u2014such as Bookings, Subscriptions, EU VAT Number, and others\u2014 and integrates them seamlessly. This ensures that all tabs, whether native or added by external plugins, are fully compatible and manageable within the SDP My Account Tabs interface.<\/p>\n\n<p>In the Pro version, you can also insert dynamic data from WooCommerce Subscriptions, WooCommerce Memberships, WooCommerce Bookings, WooCommerce EU VAT Number, and BuddyPress, giving you ultimate control over the My Account experience for each user.<\/p>\n\n<h4>\u2699\ufe0f Features<\/h4>\n\n<ul>\n<li>Add custom tabs to WooCommerce My Account page.<\/li>\n<li>Reorder tabs using a drag-and-drop interface.<\/li>\n<li>Rename WooCommerce core and third-party plugins tabs.<\/li>\n<li>Hide WooCommerce core and third-party plugins tabs.<\/li>\n<li>Add custom content or shortcodes to tabs.<\/li>\n<li>Display dynamic user data:\n\n<ul>\n<li>WordPress: name, avatar, registration date, bio, website, any custom user meta key, and more.<\/li>\n<li>WooCommerce: billing\/shipping info, orders, total spent, available coupons, purchased products, and much more.<\/li>\n<\/ul><\/li>\n<li>Shortcode to display any WordPress user meta key.<\/li>\n<li>Fully compatible with WooCommerce core endpoints (Orders, Downloads, Addresses, etc.).<\/li>\n<li>Detects and supports custom My Account tabs created by other plugins<\/li>\n<li>Integrates with payment methods.<\/li>\n<li>Translations ready.<\/li>\n<li>Completely translated into Spanish.<\/li>\n<\/ul>\n\n<h4>\ud83d\udc8e Pro Version<\/h4>\n\n<p><strong>Unlock the full potential of <a href=\"https:\/\/simpledirectplugins.com\/sdp-my-account-tabs-pro\/\">SDP My Account Tabs Pro<\/a><\/strong> with these advanced features:<\/p>\n\n<ul>\n<li>Create conditional tabs for specific user roles, individual users, purchased products, or active memberships (WooCommerce Memberships).<\/li>\n<li>Display user-specific data from WooCommerce Subscriptions, WooCommerce Memberships, WooCommerce Bookings, WooCommerce EU VAT Number, and BuddyPress.<\/li>\n<li>Priority support and updates.<\/li>\n<\/ul>\n\n<p>Upgrade now to provide a tailored, data-rich My Account experience for your users!<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"what%20dynamic%20user%20data%20can%20be%20inserted%20into%20custom%20tabs%3F\"><h3>What dynamic user data can be inserted into custom tabs?<\/h3><\/dt>\n<dd><p>You can display dynamic customer information inside your custom My Account tabs using built-in shortcodes from WordPress and WooCommerce.<\/p>\n\n<p><strong>WordPress user data<\/strong><\/p>\n\n<ul>\n<li>Username  <\/li>\n<li>First name  <\/li>\n<li>Last name  <\/li>\n<li>Nickname  <\/li>\n<li>Display name  <\/li>\n<li>Email address  <\/li>\n<li>Website  <\/li>\n<li>Biography  <\/li>\n<li>Profile picture (custom size supported)  <\/li>\n<li>User role  <\/li>\n<li>Registration date  <\/li>\n<li>Any custom user meta (by meta key)  <\/li>\n<\/ul>\n\n<p><strong>WooCommerce customer data<\/strong><\/p>\n\n<p><em>Billing details:<\/em>\n- Billing first name<br \/>\n- Billing last name<br \/>\n- Billing company<br \/>\n- Billing address line 1 \n- Billing address line 2\n- Billing postcode<br \/>\n- Billing city<br \/>\n- Billing state<br \/>\n- Billing country<br \/>\n- Billing phone<br \/>\n- Customer email<\/p>\n\n<p><em>Shipping details:<\/em>\n- Shipping first name<br \/>\n- Shipping last name<br \/>\n- Shipping company<br \/>\n- Shipping address line 1 \n- Shipping address line 2\n- Shipping postcode<br \/>\n- Shipping city<br \/>\n- Shipping state<br \/>\n- Shipping country<br \/>\n- Shipping phone<\/p>\n\n<p><em>Order information:<\/em>\n- Last order date<br \/>\n- Last order total<br \/>\n- Last order ID (optional link)<br \/>\n- Purchased products (with quantity limit option)<br \/>\n- Number of orders<br \/>\n- Total amount spent<br \/>\n- Orders table (with configurable limit)<br \/>\n- Downloads table<br \/>\n- Available coupons<\/p>\n\n<p>Order-related shortcodes support filters to control which order statuses are included in the calculation.<\/p><\/dd>\n<dt id=\"can%20the%20plugin%20be%20translated%20into%20other%20languages%3F\"><h3>Can the plugin be translated into other languages?<\/h3><\/dt>\n<dd><p>Yes, it\u2019s fully compatible with translation files and multilingual plugins such as WPML, and comes with a complete Spanish translation included.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.6<\/h4>\n\n<ul>\n<li>Tweak  - Class properties are now explicitly declared<\/li>\n<li>Fix    - The drag-and-drop message shifted during page load on the tabs list screen<\/li>\n<li>Update \u2013 Settings framework updated to version 6.8.2<\/li>\n<li>Update - Minimum PHP required version is now 7.4<\/li>\n<\/ul>\n\n<h4>1.3.5<\/h4>\n\n<ul>\n<li>Update - Support for WooCommerce 10.8<\/li>\n<li>Update - Settings framework updated to 6.8.1<\/li>\n<li>Update - POT file updated<\/li>\n<\/ul>\n\n<h4>1.3.4<\/h4>\n\n<ul>\n<li>Tweak  - Improved the CPT caching system<\/li>\n<li>Tweak  - Improved translation management<\/li>\n<li>Update - POT file updated<\/li>\n<\/ul>","raw_excerpt":"Customize WooCommerce My Account with custom tabs and dynamic user data \u2014 including any WordPress user meta key.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/284554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=284554"}],"author":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/simpledirectplugins"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=284554"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=284554"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=284554"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=284554"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=284554"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=284554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}