{"id":868,"date":"2023-09-11T14:13:28","date_gmt":"2023-09-11T12:13:28","guid":{"rendered":"https:\/\/wypo.io\/products\/"},"modified":"2024-09-12T00:45:04","modified_gmt":"2024-09-11T22:45:04","slug":"wordpress-plugins","status":"publish","type":"page","link":"https:\/\/wypo.io\/en\/wordpress-plugins\/","title":{"rendered":"WordPress plugins"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-42e800c3 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--120);padding-right:0;padding-bottom:var(--wp--preset--spacing--120);padding-left:0\">\n<h1 class=\"wp-block-heading has-text-align-center is-style-underline   \" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20)\" datalink=\"content-our-wordpress-plugins\">Our WordPress plugins<\/h1>\n\n\n    <div class=\"wp-block-fastecommerce-shop\">\n              <div class=\"fec-shop\">\n                    <div class=\"fec_results \">\n                        <div class=\"fec_results_counters\">\n                21 products            <\/div>\n                            <div class=\"fec_results_container\">\n                                <div class=\"fec_results_filters\">\n                            <div class=\"wypo_product_filters\">\n                <div class=\"wypo_product_filters_item\" data-type=\"multicheckbox\">\n                    <label>Category<\/label>\n                    <div class=\"wypo_product_filters_container\">\n                        <div class=\"wypo_product_filters_choices\">\n                                                            <div class=\"wypo_product_filters_choice\">\n                                    <div class=\"wypo_product_filters_item\" data-type=\"checkbox\">\n                                                                                <input type=\"checkbox\" name=\"category[]\" value=\"40\" id=\"field_69d5cd200a748\"\n                                             \/>\n                                        <label for=\"field_69d5cd200a748\">Gutenberg<\/label>\n                                    <\/div>\n                                <\/div>\n                                                                <div class=\"wypo_product_filters_choice\">\n                                    <div class=\"wypo_product_filters_item\" data-type=\"checkbox\">\n                                                                                <input type=\"checkbox\" name=\"category[]\" value=\"39\" id=\"field_69d5cd200a74c\"\n                                             \/>\n                                        <label for=\"field_69d5cd200a74c\">Form<\/label>\n                                    <\/div>\n                                <\/div>\n                                                                <div class=\"wypo_product_filters_choice\">\n                                    <div class=\"wypo_product_filters_item\" data-type=\"checkbox\">\n                                                                                <input type=\"checkbox\" name=\"category[]\" value=\"44\" id=\"field_69d5cd200a74d\"\n                                             \/>\n                                        <label for=\"field_69d5cd200a74d\">Marketing<\/label>\n                                    <\/div>\n                                <\/div>\n                                                                <div class=\"wypo_product_filters_choice\">\n                                    <div class=\"wypo_product_filters_item\" data-type=\"checkbox\">\n                                                                                <input type=\"checkbox\" name=\"category[]\" value=\"42\" id=\"field_69d5cd200a74e\"\n                                             \/>\n                                        <label for=\"field_69d5cd200a74e\">Newsletter<\/label>\n                                    <\/div>\n                                <\/div>\n                                                                <div class=\"wypo_product_filters_choice\">\n                                    <div class=\"wypo_product_filters_item\" data-type=\"checkbox\">\n                                                                                <input type=\"checkbox\" name=\"category[]\" value=\"45\" id=\"field_69d5cd200a74f\"\n                                             \/>\n                                        <label for=\"field_69d5cd200a74f\">GDPR<\/label>\n                                    <\/div>\n                                <\/div>\n                                                                <div class=\"wypo_product_filters_choice\">\n                                    <div class=\"wypo_product_filters_item\" data-type=\"checkbox\">\n                                                                                <input type=\"checkbox\" name=\"category[]\" value=\"38\" id=\"field_69d5cd200a750\"\n                                             \/>\n                                        <label for=\"field_69d5cd200a750\">Add-on<\/label>\n                                    <\/div>\n                                <\/div>\n                                                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <script>\n                (function () {\n                    function canFilter(name) {\n                        if (name) {\n                            if(name==\"currency\"){\n                                return false;\n                            }\n                            return true;\n                        }\n                        return false;\n                    }\n                    function initShow(filtersNode, resultsNode, counterNode) {\n                        var filters = {};\n                        var currentSearch = window.location.search;\n                        if (currentSearch) {\n                            currentSearch = currentSearch.split(\"?\")[1];\n                            if (currentSearch) {\n                                const parts = currentSearch.split(\"\\u0026\");\n                                for (var i = 0; i < parts.length; i++) {\n                                    var name = parts[i].split(\"=\")[0];\n                                    const value = parts[i].split(\"=\")[1];\n                                    if (canFilter(name)) {\n                                        if (value) {\n                                            if (value.includes(\",\")) {\n                                                filters[name] = value.split(\",\");\n                                            } else {\n                                                filters[name] = [value];\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n\n\n                        var counter = 0;\n                        const items = resultsNode.querySelectorAll(\".fec_results_post\");\n                        for (var i = 0; i < items.length; i++) {\n                            const item = items[i];\n                            let visible = true;\n                            if (Object.keys(filters)) {\n                                if (Object.keys(filters).length > 0) {\n                                    visible = false;\n                                    for (const [key, filter] of Object.entries(filters)) {\n                                        for (var j = 0; j < filter.length; j++) {\n                                            if (item.classList.contains(\"is-filter-\" + key + \"-\" + filter[j])) {\n                                                visible = true;\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                            item.style.display = visible ? \"flex\" : \"none\";\n                            counter = visible ? counter + 1 : counter;\n                        }\n\n                        const newTxt = counter < 2 ? \"%d product\" : \"%d products\"\n                        counterNode.innerHTML = newTxt.replace(\"%d\", counter);\n\n                        const event = new Event(\"scroll\");\n                        window.dispatchEvent(event);\n                    }\n\n                    function initChangeFilter(filtersNode, resultsNode, counterNode) {\n                        var getParams = {};\n                        const filtersItems = filtersNode.querySelectorAll(\".wypo_product_filters_item\");\n                        if (filtersItems) {\n                            for (var i = 0; i < filtersItems.length; i++) {\n                                const filterNode = filtersItems[i];\n                                const inputNode = filterNode.querySelector(\"input\");\n                                const dataAttribute = filterNode.getAttribute(\"data-type\");\n                                if (dataAttribute) {\n                                    if (dataAttribute == \"checkbox\") {\n                                        if (inputNode.checked) {\n                                            let nameAttr = inputNode.getAttribute(\"name\");\n                                            if (nameAttr.endsWith(\"[]\")) {\n                                                nameAttr = nameAttr.split(\"[]\")[0];\n                                                if (getParams[nameAttr]) {\n                                                    getParams[nameAttr].push(inputNode.value);\n                                                } else {\n                                                    getParams[nameAttr] = [inputNode.value];\n                                                }\n                                            } else {\n                                                getParams[nameAttr] = inputNode.value;\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n\n                        var currentPath = window.location.pathname.split(\"page\/\")[0];\n                        var getParamsStr = \"\";\n                        if (Object.keys(getParams)) {\n                            if (Object.keys(getParams).length > 0) {\n                                for (const [key, value] of Object.entries(getParams)) {\n                                    getParamsStr += \"\\u0026\" + key + \"=\" + value;\n                                }\n                                getParamsStr = \"?\" + getParamsStr.slice(1);\n                            }\n                        }\n\n                        window.history.pushState('', '', currentPath + getParamsStr);\n\n                        initShow(filtersNode, resultsNode, counterNode);\n                    }\n\n                    function initFilters(container) {\n                        const filtersNode = container.querySelector(\".fec_results_filters\");\n                        const resultsNode = container.querySelector(\".fec_results_row\");\n                        const counterNode = container.querySelector(\".fec_results_counters\");\n                        initShow(filtersNode, resultsNode, counterNode);\n                        if (filtersNode) {\n                            if (resultsNode) {\n                                const filtersItems = filtersNode.querySelectorAll(\".wypo_product_filters_item\");\n                                if (filtersItems) {\n                                    for (var i = 0; i < filtersItems.length; i++) {\n                                        const filterNode = filtersItems[i];\n                                        const dataAttribute = filterNode.getAttribute(\"data-type\");\n                                        if (dataAttribute) {\n                                            if (dataAttribute == \"checkbox\") {\n                                                const inputNode = filterNode.querySelector(\"input\");\n                                                inputNode.addEventListener(\"change\", function () {\n                                                    initChangeFilter(filtersNode, resultsNode, counterNode);\n                                                });\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                    window.addEventListener(\"DOMContentLoaded\", function () {\n                        const container = document.querySelector(\".wp-block-fastecommerce-shop\");\n                        if (container) {\n                            initFilters(container);\n                        }\n                    });\n                })();\n            <\/script>\n                        <\/div>\n                                <div class=\"fec_results_row\">\n                                    <div class=\"fec_results_post is-filter-category-45 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-simply-cookie-icon.svg\" srcset=\"\" alt=\"Wypo Wp Simply Cookie Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                WP Simply Cookie            <\/div>\n                        <div class=\"fec_result_description\">\n                Control your cookies policy and Internet user consent            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wordpress-plugins\/wp-simply-cookie\/\" title=\"See more about WP Simply Cookie\">\n                                See more                                <\/a>\n                            <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/wp-simply-cookie\/\"\n                            title=\"See WP Simply Cookie documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 is-filter-category-39 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Form Master            <\/div>\n                        <div class=\"fec_result_description\">\n                Flexible and secure no-code forms            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wordpress-plugins\/form-master\/\" title=\"See more about Form Master\">\n                                See more                                <\/a>\n                            <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/formmaster\/\"\n                            title=\"See Form Master documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 is-filter-category-44 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-popup-icon.svg\" srcset=\"\" alt=\"Wypo Popup Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Popup            <\/div>\n                        <div class=\"fec_result_description\">\n                Create popups with Gutenberg            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1wb3B1cC9nZXRQYWNrYWdl&#038;postID=1527\" title=\"Download Popup\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/popup\/\"\n                            title=\"See Popup documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-44 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/07\/wypo-meta-api-icon.svg\" srcset=\"\" alt=\"Wypo Meta Api Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                API Conversions            <\/div>\n                        <div class=\"fec_result_description\">\n                Improve your Meta conversions            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy93eXBvLWFwaS1jb252ZXJzaW9ucy9nZXRQYWNrYWdl&#038;postID=1528\" title=\"Download API Conversions\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-44 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/06\/wypo-adpartner-pro-icon.svg\" srcset=\"\" alt=\"Wypo Adpartner Pro Icon\"\n                        sizes=\"(max-width: 7225px) 100vw, 7225px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                AdPartner Pro            <\/div>\n                            <div class=\"fec_result_price\">\n                    50 CHF<span> \/ <span>Year<\/span><\/span>                <\/div>\n                            <div class=\"fec_result_description\">\n                Manage your advertising easily and maximise your online revenues            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wordpress-plugins\/adpartner-pro\/\" title=\"See more about AdPartner Pro\">\n                                See more                                <\/a>\n                            <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-advanced-layout-icon.svg\" srcset=\"\" alt=\"Wypo Advanced Layout Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Advanced Layout            <\/div>\n                        <div class=\"fec_result_description\">\n                Improve the layout of your site, with advanced, responsive and customisable designs            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctYWR2YW5jZWQtbGF5b3V0L2dldFBhY2thZ2U&#038;postID=1531\" title=\"Download Gutenberg Advanced Layout\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-advanced-layout\/\"\n                            title=\"See Gutenberg Advanced Layout documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/08\/wypo-markdown.svg\" srcset=\"\" alt=\"Wypo Markdown\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Markdown            <\/div>\n                        <div class=\"fec_result_description\">\n                Use Markdown in Gutenberg            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy93eXBvLW1hcmtkb3duL2dldFBhY2thZ2U&#038;postID=2366\" title=\"Download Markdown\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-tabs-icon.svg\" srcset=\"\" alt=\"Wypo Tabs Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Tabs            <\/div>\n                        <div class=\"fec_result_description\">\n                Use no-code tabs            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctdGFicy9nZXRQYWNrYWdl&#038;postID=1532\" title=\"Download Gutenberg Tabs\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-tabs\/\"\n                            title=\"See Gutenberg Tabs documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-animations-icon.svg\" srcset=\"\" alt=\"Wypo Animations Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Animations            <\/div>\n                        <div class=\"fec_result_description\">\n                Animate your Gutenberg blocks            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctYW5pbWF0aW9ucy9nZXRQYWNrYWdl&#038;postID=1533\" title=\"Download Gutenberg Animations\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-animations\/\"\n                            title=\"See Gutenberg Animations documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-visibility-icon.svg\" srcset=\"\" alt=\"Wypo Visibility Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Visibility            <\/div>\n                        <div class=\"fec_result_description\">\n                Hide your Gutenberg blocks according to screen size            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctdmlzaWJpbGl0eS9nZXRQYWNrYWdl&#038;postID=1534\" title=\"Download Gutenberg Visibility\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-visibility\/\"\n                            title=\"See Gutenberg Visibility documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-spacer-icon.svg\" srcset=\"\" alt=\"Wypo Spacer Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Spacer            <\/div>\n                        <div class=\"fec_result_description\">\n                Add responsive spaces on Gutenberg            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctc3BhY2VyL2dldFBhY2thZ2U&#038;postID=1535\" title=\"Download Gutenberg Spacer\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-slider-icon.svg\" srcset=\"\" alt=\"Wypo Slider Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Slider            <\/div>\n                        <div class=\"fec_result_description\">\n                Add customised sliders            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctc2xpZGVyL2dldFBhY2thZ2U&#038;postID=1536\" title=\"Download Gutenberg Slider\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-slider\/\"\n                            title=\"See Gutenberg Slider documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-navigation-icon.svg\" srcset=\"\" alt=\"Wypo Navigation Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Navigation            <\/div>\n                        <div class=\"fec_result_description\">\n                Create mega menus in Gutenberg            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctbmF2aWdhdGlvbi9nZXRQYWNrYWdl&#038;postID=1537\" title=\"Download Gutenberg Navigation\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-navigation\/\"\n                            title=\"See Gutenberg Navigation documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-40 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-accordions-icon.svg\" srcset=\"\" alt=\"Wypo Accordions Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                Gutenberg Accordions            <\/div>\n                        <div class=\"fec_result_description\">\n                Use no-code accordions             <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctYWNjb3JkaW9ucy9nZXRQYWNrYWdl&#038;postID=1538\" title=\"Download Gutenberg Accordions\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-accordions\/\"\n                            title=\"See Gutenberg Accordions documentation\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-39 is-filter-category-42 is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-brevo-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Brevo Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Brevo            <\/div>\n                            <div class=\"fec_result_price\">\n                    19 CHF<span> \/ <span>Year<\/span><\/span>                <\/div>\n                                    <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=1541\" title=\"Order FormMaster Addon &#8211; Brevo\" rel=\"noopener noreferrer\">\n                                Order                                <\/a>\n                            <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-39 is-filter-category-42 is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-mailjet-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Mailjet Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Mailjet            <\/div>\n                            <div class=\"fec_result_price\">\n                    19 CHF<span> \/ <span>Year<\/span><\/span>                <\/div>\n                                    <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=1542\" title=\"Order FormMaster Addon &#8211; Mailjet\" rel=\"noopener noreferrer\">\n                                Order                                <\/a>\n                            <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-200ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-pipedrive-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Pipedrive Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Pipedrive            <\/div>\n                            <div class=\"fec_result_price\">\n                    29 CHF<span> \/ <span>Year<\/span><\/span>                <\/div>\n                                    <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=1543\" title=\"Order FormMaster Addon &#8211; Pipedrive\" rel=\"noopener noreferrer\">\n                                Order                                <\/a>\n                            <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-39 is-filter-category-42 is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-mailchimp-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Mailchimp Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Mailchimp            <\/div>\n                            <div class=\"fec_result_price\">\n                    19 CHF<span> \/ <span>Year<\/span><\/span>                <\/div>\n                                    <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=1544\" title=\"Order FormMaster Addon &#8211; Mailchimp\" rel=\"noopener noreferrer\">\n                                Order                                <\/a>\n                            <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-monday-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Monday Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Monday            <\/div>\n                            <div class=\"fec_result_price\">\n                    29 CHF<span> \/ <span>Year<\/span><\/span>                <\/div>\n                                    <\/div>\n                                <div class=\"fec_result_actions\">\n                                            <div class=\"fec-product-addtocart\">\n                                <a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=1545\" title=\"Order FormMaster Addon &#8211; Monday\" rel=\"noopener noreferrer\">\n                                Order                                <\/a>\n                            <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-39 is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-slack-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Slack Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Slack            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy93cC1mb3JtbWFzdGVyLWFkZG9uLXNsYWNrL2dldFBhY2thZ2U&#038;postID=1546\" title=\"Download FormMaster Addon &#8211; Slack\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                        <div class=\"fec_results_post is-filter-category-39 is-filter-category-38 \">\n                <div class=\"fec_results_post_container hf_animated fade_bottom d-100ms default\">\n                    <div class=\"fec_results_post_container_datas\">\n                                    <div class=\"fec_result_logo\">\n                                    <img src=\"https:\/\/wypo.io\/wp-content\/uploads\/2024\/05\/wypo-wp-formflex-taskworld-icon.svg\" srcset=\"\" alt=\"Wypo Wp Formflex Taskworld Icon\"\n                        sizes=\"(max-width: 85px) 100vw, 85px\" decoding=\"async\" loading=\"lazy\" \/>\n                                <\/div>\n                        <div class=\"fec_result_title\">\n                FormMaster Addon &#8211; Taskworld            <\/div>\n                                <\/div>\n                                <div class=\"fec_result_actions\">\n                                        <div class=\"fec-product-addtocart\">\n                            <a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy93cC1mb3JtbWFzdGVyLWFkZG9uLXRhc2t3b3JsZC9nZXRQYWNrYWdl&#038;postID=1547\" title=\"Download FormMaster Addon &#8211; Taskworld\" rel=\"noopener noreferrer\">\n                                Download                            <\/a>\n                        <\/div>\n                                    <\/div>\n                            <\/div>\n            <\/div>\n                                <\/div>\n                <\/div>\n                        <\/div>\n                <\/div>\n            <\/div>\n    <\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-theme-grey-background-color has-background   hf_animated fade_bottom d-100ms default is-layout-constrained wp-container-core-group-is-layout-4f9f02a5 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--120);padding-right:var(--wp--preset--spacing--120);padding-bottom:var(--wp--preset--spacing--120);padding-left:var(--wp--preset--spacing--120)\">\n<h2 class=\"wp-block-heading has-text-align-center   \" style=\"padding-bottom:var(--wp--preset--spacing--20)\" datalink=\"content-gutenberg-advanced-layout\">Gutenberg Advanced Layout<\/h2>\n\n\n\n<p class=\"has-text-align-center has-normal-font-size   \" style=\"font-style:normal;font-weight:700\">Gutenberg Advanced Layout is a plugin that enhances the layout of the Gutenberg editor by adding columns and grids, giving you control over responsiveness.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-23303f43 wp-block-buttons-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:0\">        <div class=\"product-1531 wp-block-fastecommerce-product-add-to-cart\">\n                  <div class=\"fec-product-addtocart\"><a href=\"https:\/\/wypo.io\/en\/?fec=link&#038;link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy9oYWJlZmFzdC1ndXRlbmJlcmctYWR2YW5jZWQtbGF5b3V0L2dldFBhY2thZ2U&#038;postID=1531\" rel=\"noopener noreferrer\">Download<\/a><\/div>\n                <\/div>\n        \n\n                        <div class=\"product-1531 wp-block-wypo-product-documentation-link\">\n                                            <div class=\"fec-product-addtocart\">\n                        <a href=\"\/en\/documentations\/gutenberg-advanced-layout\/\"                            title=\"Voir la documentation Gutenberg Advanced Layout\">\n                            Documentation                        <\/a>\n                    <\/div>\n                                            <\/div>\n                        <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull   hf_animated fade_bottom default is-layout-constrained wp-container-core-group-is-layout-4f9f02a5 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--120);padding-right:var(--wp--preset--spacing--120);padding-bottom:var(--wp--preset--spacing--120);padding-left:var(--wp--preset--spacing--120)\">\n<h2 class=\"wp-block-heading has-text-align-center   \" style=\"padding-bottom:var(--wp--preset--spacing--20)\" datalink=\"content-popup\">Popup<\/h2>\n\n\n\n<p class=\"has-text-align-center has-normal-font-size   \" style=\"font-style:normal;font-weight:700\">Popup is our plugin that allows users to easily design and integrate interactive popups on their website. These popups can be used for a variety of purposes, such as collecting e-mails, ads, alerts or promoting specific content.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-23303f43 wp-block-buttons-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:0\">        <div class=\"fec-product-addtocart\"><a href=\"https:\/\/wypo.io\/en\/?fec=link&link=aHR0cHM6Ly9kZXYtd3AuaGFiZWZhc3QuY2gvdjEvcGx1Z2lucy93eXBvLXBvcHVwL2dldFBhY2thZ2U&postID=190\" rel=\"noopener noreferrer\">Download<\/a><\/div>\n        \n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25   \"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/documentations\/popup\/\">Documentation<\/a><\/div>\n<\/div>\n<\/div>\n\n\n            <div class=\"hf_animated fade_bottom none default alignfull wp-block-habefast-advanced-layout-group is-layout-constrained wp-block-habefast-advanced-layout-group-is-layout-constrained\">\r\n                <div class=\"wp-block-habefast-advanced-group-container is-style- is-layout-constrained alignfull\"  style='--_hfal-cg-d-lg:flex;--_hfal-cg-d-md:flex;--_hfal-cg-d-sm:flex;'>\r\n                                        <div class=\"wp-block-habefast-advanced-group-inner is-layout-flow\">\r\n                        \n\n<div class=\"wp-block-group alignfull has-theme-grey-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)\">\n<h2 class=\"wp-block-heading has-text-align-center\" style=\"padding-bottom:var(--wp--preset--spacing--30)\" datalink=\"content-wp-simply-cookie\">WP Simply Cookie<\/h2>\n\n\n            <div class=\"wp-block-habefast-advanced-layout\">\r\n                <div class=\"wp-block-habefast-advanced-layout-container\"  style='--_hfal-l-d-lg:block;--_hfal-l-d-md:block;--_hfal-l-d-sm:block;'>\r\n                    \n            <div style=\"--_hfal-cs-w-lg:nowrap;--_hfal-cs-g-h-lg:var(--wp--preset--spacing--80);--_hfal-cs-g-v-lg:var(--wp--preset--spacing--80);--_hfal-cs-w-md:wrap;--_hfal-cs-w-sm:wrap;--_hfal-cs-g-h-md:var(--wp--preset--spacing--80);--_hfal-cs-g-h-sm:var(--wp--preset--spacing--80);--_hfal-cs-g-v-md:var(--wp--preset--spacing--80);--_hfal-cs-g-v-sm:var(--wp--preset--spacing--80);\" class=\"wp-block-habefast-advanced-layout-columns\">\r\n                \n            <div style=\"--_hfal-c-d-lg:block;--_hfal-c-w-lg:33.3333333333%;--_hfal-c-w-sm:100%;--_hfal-c-d-md:block;--_hfal-c-w-md:100%;--_hfal-c-d-sm:block;\" class=\"is-layout-flow wp-block-habefast-advanced-layout-column\">\r\n                \n\n<div class=\"wp-block-group is-style-border is-layout-constrained wp-container-core-group-is-layout-a35945ca wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<p class=\"has-text-align-center has-bebasneue-font-family has-medium-font-size\" style=\"padding-bottom:var(--wp--preset--spacing--10)\">Staff<\/p>\n\n\n\n<p class=\"has-text-align-center has-normal-font-size\" style=\"font-style:normal;font-weight:900\">1 site<\/p>\n\n\n      <span class=\"fec-product-price\">\n        300 CHF<span class='fec-product-price-renew'> \/ <span>Year<\/span><\/span>      <\/span>\n      \n\n\n        <div class=\"fec-product-addtocart\"><a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=89\" rel=\"noopener noreferrer\">Order<\/a><\/div>\n        \n<\/div>\n\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:block;--_hfal-c-w-lg:33.3333333333%;--_hfal-c-w-sm:100%;--_hfal-c-d-md:block;--_hfal-c-w-md:100%;--_hfal-c-d-sm:block;\" class=\"is-layout-flow wp-block-habefast-advanced-layout-column\">\r\n                \n\n<div class=\"wp-block-group is-style-border is-layout-constrained wp-container-core-group-is-layout-80fb368b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<p class=\"has-text-align-center has-bebasneue-font-family has-medium-font-size\" style=\"padding-bottom:var(--wp--preset--spacing--10)\">Multisite<\/p>\n\n\n\n<p class=\"has-text-align-center has-normal-font-size\" style=\"font-style:normal;font-weight:900\">5 sites<\/p>\n\n\n      <span class=\"fec-product-price\">\n        1200 CHF<span class='fec-product-price-renew'> \/ <span>Year<\/span><\/span>      <\/span>\n      \n\n\n        <div class=\"fec-product-addtocart\"><a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=120\" rel=\"noopener noreferrer\">Order<\/a><\/div>\n        \n<\/div>\n\n            <\/div>\r\n            \n\n            <div style=\"--_hfal-c-d-lg:block;--_hfal-c-w-lg:33.3333333333%;--_hfal-c-w-sm:100%;--_hfal-c-d-md:block;--_hfal-c-w-md:100%;--_hfal-c-d-sm:block;\" class=\"is-layout-flow wp-block-habefast-advanced-layout-column\">\r\n                \n\n<div class=\"wp-block-group is-style-border is-layout-constrained wp-container-core-group-is-layout-80fb368b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<p class=\"has-text-align-center has-bebasneue-font-family has-medium-font-size\" style=\"padding-bottom:var(--wp--preset--spacing--10)\">Agency<\/p>\n\n\n\n<p class=\"has-text-align-center has-normal-font-size\" style=\"font-style:normal;font-weight:900\">10 sites<\/p>\n\n\n      <span class=\"fec-product-price\">\n        2000 CHF<span class='fec-product-price-renew'> \/ <span>Year<\/span><\/span>      <\/span>\n      \n\n\n        <div class=\"fec-product-addtocart\"><a href=\"\/en\/wp-json\/wp\/v2\/pages\/868?fec_add_to_cart=122\" rel=\"noopener noreferrer\">Order<\/a><\/div>\n        \n<\/div>\n\n            <\/div>\r\n            \n            <\/div>\r\n            \n                <\/div>\r\n            <\/div>\r\n            <\/div>\n\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            ","protected":false},"excerpt":{"rendered":"<p>Our WordPress plugins Gutenberg Advanced Layout Gutenberg Advanced Layout is a plugin that enhances the layout of the Gutenberg editor by adding columns and grids, giving you control over responsiveness. Popup Popup is our plugin that allows users to easily design and integrate interactive popups on their website. These popups can be used for a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_habefastfse_class":"","hf_wpseo_meta_title":"WordPress plugins for a professional website [separator] [sitetitle]","hf_wpseo_meta_description":"Discover our list of tools that will enable you to make your site look professional by improving its rendering, administration, productivity and efficiency!","hf_wpseo_meta_robots_index":"","hf_wpseo_meta_robots_follow":true,"hf_wpseo_meta_robots_advanced":"{}","hf_wpseo_meta_canonical_url":"","wypo_hidden_role_wypo_users_not_logged":false,"wypo_visibility_role_wypo_users_not_logged":false,"wypo_hidden_role_administrator":false,"wypo_visibility_role_administrator":false,"wypo_hidden_role_habefast":false,"wypo_visibility_role_habefast":false,"wypo_hidden_role_customer":false,"wypo_visibility_role_customer":false,"wypo_hidden_role_habefast_manager":false,"wypo_visibility_role_habefast_manager":false,"wypo_hidden_for_role":false,"wypo_visibility_for_role":false,"footnotes":""},"class_list":["post-868","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/pages\/868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/comments?post=868"}],"version-history":[{"count":11,"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/pages\/868\/revisions"}],"predecessor-version":[{"id":2952,"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/pages\/868\/revisions\/2952"}],"wp:attachment":[{"href":"https:\/\/wypo.io\/en\/wp-json\/wp\/v2\/media?parent=868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}