/** * Deprecated Functions of Astra Theme. * * @package Astra * @author Astra * @copyright Copyright (c) 2020, Astra * @link https://wpastra.com/ * @since Astra 1.0.23 */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Deprecating footer_menu_static_css function. * * Footer menu specific static CSS function. * * @since 3.7.4 * @deprecated footer_menu_static_css() Use astra_footer_menu_static_css() * @see astra_footer_menu_static_css() * * @return string Parsed CSS */ function footer_menu_static_css() { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_footer_menu_static_css()' ); return astra_footer_menu_static_css(); } /** * Deprecating is_support_footer_widget_right_margin function. * * Backward managing function based on flag - 'support-footer-widget-right-margin' which fixes right margin issue in builder widgets. * * @since 3.7.4 * @deprecated is_support_footer_widget_right_margin() Use astra_support_footer_widget_right_margin() * @see astra_support_footer_widget_right_margin() * * @return bool true|false */ function is_support_footer_widget_right_margin() { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_support_footer_widget_right_margin()' ); return astra_support_footer_widget_right_margin(); } /** * Deprecating prepare_button_defaults function. * * Default configurations for builder button components. * * @since 3.7.4 * @deprecated prepare_button_defaults() Use astra_prepare_button_defaults() * @param array $defaults Button default configs. * @param string $index builder button component index. * @see astra_prepare_button_defaults() * * @return array */ function prepare_button_defaults( $defaults, $index ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_prepare_button_defaults()' ); return astra_prepare_button_defaults( $defaults, absint( $index ) ); } /** * Deprecating prepare_html_defaults function. * * Default configurations for builder HTML components. * * @since 3.7.4 * @deprecated prepare_html_defaults() Use astra_prepare_html_defaults() * @param array $defaults HTML default configs. * @param string $index builder HTML component index. * @see astra_prepare_html_defaults() * * @return array */ function prepare_html_defaults( $defaults, $index ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_prepare_html_defaults()' ); return astra_prepare_html_defaults( $defaults, absint( $index ) ); } /** * Deprecating prepare_social_icon_defaults function. * * Default configurations for builder Social Icon components. * * @since 3.7.4 * @deprecated prepare_social_icon_defaults() Use astra_prepare_social_icon_defaults() * @param array $defaults Social Icon default configs. * @param string $index builder Social Icon component index. * @see astra_prepare_social_icon_defaults() * * @return array */ function prepare_social_icon_defaults( $defaults, $index ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_prepare_social_icon_defaults()' ); return astra_prepare_social_icon_defaults( $defaults, absint( $index ) ); } /** * Deprecating prepare_widget_defaults function. * * Default configurations for builder Widget components. * * @since 3.7.4 * @deprecated prepare_widget_defaults() Use astra_prepare_widget_defaults() * @param array $defaults Widget default configs. * @param string $index builder Widget component index. * @see astra_prepare_widget_defaults() * * @return array */ function prepare_widget_defaults( $defaults, $index ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_prepare_widget_defaults()' ); return astra_prepare_widget_defaults( $defaults, absint( $index ) ); } /** * Deprecating prepare_menu_defaults function. * * Default configurations for builder Menu components. * * @since 3.7.4 * @deprecated prepare_menu_defaults() Use astra_prepare_menu_defaults() * @param array $defaults Menu default configs. * @param string $index builder Menu component index. * @see astra_prepare_menu_defaults() * * @return array */ function prepare_menu_defaults( $defaults, $index ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_prepare_menu_defaults()' ); return astra_prepare_menu_defaults( $defaults, absint( $index ) ); } /** * Deprecating prepare_divider_defaults function. * * Default configurations for builder Divider components. * * @since 3.7.4 * @deprecated prepare_divider_defaults() Use astra_prepare_divider_defaults() * @param array $defaults Divider default configs. * @param string $index builder Divider component index. * @see astra_prepare_divider_defaults() * * @return array */ function prepare_divider_defaults( $defaults, $index ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_prepare_divider_defaults()' ); return astra_prepare_divider_defaults( $defaults, absint( $index ) ); } /** * Deprecating is_astra_pagination_enabled function. * * Checking if Astra's pagination enabled. * * @since 3.7.4 * @deprecated is_astra_pagination_enabled() Use astra_check_pagination_enabled() * @see astra_check_pagination_enabled() * * @return bool true|false */ function is_astra_pagination_enabled() { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_check_pagination_enabled()' ); return astra_check_pagination_enabled(); } /** * Deprecating is_current_post_comment_enabled function. * * Checking if current post's comment enabled and comment section is open. * * @since 3.7.4 * @deprecated is_current_post_comment_enabled() Use astra_check_current_post_comment_enabled() * @see astra_check_current_post_comment_enabled() * * @return bool true|false */ function is_current_post_comment_enabled() { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_check_current_post_comment_enabled()' ); return astra_check_current_post_comment_enabled(); } /** * Deprecating ast_load_preload_local_fonts function. * * Preload Google Fonts - Feature of self-hosting font. * * @since 3.7.4 * @deprecated ast_load_preload_local_fonts() Use astra_load_preload_local_fonts() * @param string $google_font_url Google Font URL generated by customizer config. * @see astra_load_preload_local_fonts() * * @return string */ function ast_load_preload_local_fonts( $google_font_url ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_load_preload_local_fonts()' ); return astra_load_preload_local_fonts( $google_font_url ); } /** * Deprecating ast_get_webfont_url function. * * Getting webfont based Google font URL. * * @since 3.7.4 * @deprecated ast_get_webfont_url() Use astra_get_webfont_url() * @param string $google_font_url Google Font URL generated by customizer config. * @see astra_get_webfont_url() * * @return string */ function ast_get_webfont_url( $google_font_url ) { _deprecated_function( __FUNCTION__, '3.7.4', 'astra_get_webfont_url()' ); return astra_get_webfont_url( $google_font_url ); } {"id":3,"date":"2023-05-18T14:46:46","date_gmt":"2023-05-18T13:46:46","guid":{"rendered":"http:\/\/likonexus.com\/?page_id=3"},"modified":"2023-05-27T16:29:15","modified_gmt":"2023-05-27T08:29:15","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/likonexus.com\/index.php\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n

Who we are<\/h2>\n\n\n\n

Suggested text: <\/strong>Our website address is: https:\/\/likonexus.com.<\/p>\n\n\n\n

Comments<\/h2>\n\n\n\n

Suggested text: <\/strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor\u2019s IP address and browser user agent string to help spam detection.<\/p>\n\n\n\n

An anonymised string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service Privacy Policy is available here: https:\/\/automattic.com\/privacy\/. After approval of your comment, your profile picture is visible to the public in the context of your comment.<\/p>\n\n\n\n

Media<\/h2>\n\n\n\n

Suggested text: <\/strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.<\/p>\n\n\n\n

Cookies<\/h2>\n\n\n\n

Suggested text: <\/strong>If you leave a comment on our site you may opt in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.<\/p>\n\n\n\n

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.<\/p>\n\n\n\n

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select “Remember Me”, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.<\/p>\n\n\n\n

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.<\/p>\n\n\n\n

Embedded content from other websites<\/h2>\n\n\n\n

Suggested text: <\/strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.<\/p>\n\n\n\n

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.<\/p>\n\n\n\n

Who we share your data with<\/h2>\n\n\n\n

Suggested text: <\/strong>If you request a password reset, your IP address will be included in the reset email.<\/p>\n\n\n\n

How long we retain your data<\/h2>\n\n\n\n

Suggested text: <\/strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognise and approve any follow-up comments automatically instead of holding them in a moderation queue.<\/p>\n\n\n\n

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.<\/p>\n\n\n\n

What rights you have over your data<\/h2>\n\n\n\n

Suggested text: <\/strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.<\/p>\n\n\n\n

Where your data is sent<\/h2>\n\n\n\n

Suggested text: <\/strong>Visitor comments may be checked through an automated spam detection service.<\/p>\n","protected":false},"excerpt":{"rendered":"

Who we are Suggested text: Our website address is: https:\/\/likonexus.com. Comments Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor\u2019s IP address and browser user agent string to help spam detection. An anonymised string created from your email address (also called a …<\/p>\n

Privacy Policy<\/span> Read More »<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"acf":[],"yoast_head":"\nPrivacy Policy - Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/likonexus.com\/index.php\/privacy-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy - Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog\" \/>\n<meta property=\"og:description\" content=\"Who we are Suggested text: Our website address is: https:\/\/likonexus.com. Comments Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor\u2019s IP address and browser user agent string to help spam detection. An anonymised string created from your email address (also called a … Privacy Policy Read More »\" \/>\n<meta property=\"og:url\" content=\"https:\/\/likonexus.com\/index.php\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100091916042861\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-27T08:29:15+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AdultsToys_\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/likonexus.com\/index.php\/privacy-policy\/\",\"url\":\"https:\/\/likonexus.com\/index.php\/privacy-policy\/\",\"name\":\"Privacy Policy - Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog\",\"isPartOf\":{\"@id\":\"https:\/\/likonexus.com\/#website\"},\"datePublished\":\"2023-05-18T13:46:46+00:00\",\"dateModified\":\"2023-05-27T08:29:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/likonexus.com\/index.php\/privacy-policy\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/likonexus.com\/index.php\/privacy-policy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/likonexus.com\/index.php\/privacy-policy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/likonexus.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/likonexus.com\/#website\",\"url\":\"https:\/\/likonexus.com\/\",\"name\":\"Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog\",\"description\":\"Dive into Liko's blog for a wealth of knowledge on business strategy, supply chain management, and the latest trends in the sex toy industry. Stay updated with data reports, news, and learn how to kickstart your entrepreneurial journey. Empower your business acumen with me.\",\"publisher\":{\"@id\":\"https:\/\/likonexus.com\/#\/schema\/person\/2692a40008b4e6679c184a86324df088\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/likonexus.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/likonexus.com\/#\/schema\/person\/2692a40008b4e6679c184a86324df088\",\"name\":\"Liko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/likonexus.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/likonexus.com\/wp-content\/uploads\/2023\/05\/cropped-logo-black-PhotoRoom.png-PhotoRoom.png\",\"contentUrl\":\"https:\/\/likonexus.com\/wp-content\/uploads\/2023\/05\/cropped-logo-black-PhotoRoom.png-PhotoRoom.png\",\"width\":512,\"height\":512,\"caption\":\"Liko\"},\"logo\":{\"@id\":\"https:\/\/likonexus.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/likonexus.com\",\"https:\/\/www.facebook.com\/profile.php?id=100091916042861\",\"https:\/\/www.instagram.com\/adult.toys.trade\/\",\"https:\/\/www.linkedin.com\/in\/liko-komorebi\/\",\"https:\/\/twitter.com\/https:\/\/twitter.com\/AdultsToys_\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy - Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/likonexus.com\/index.php\/privacy-policy\/","og_locale":"en_GB","og_type":"article","og_title":"Privacy Policy - Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog","og_description":"Who we are Suggested text: Our website address is: https:\/\/likonexus.com. Comments Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor\u2019s IP address and browser user agent string to help spam detection. An anonymised string created from your email address (also called a … Privacy Policy Read More »","og_url":"https:\/\/likonexus.com\/index.php\/privacy-policy\/","og_site_name":"Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100091916042861","article_modified_time":"2023-05-27T08:29:15+00:00","twitter_card":"summary_large_image","twitter_site":"@AdultsToys_","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/likonexus.com\/index.php\/privacy-policy\/","url":"https:\/\/likonexus.com\/index.php\/privacy-policy\/","name":"Privacy Policy - Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog","isPartOf":{"@id":"https:\/\/likonexus.com\/#website"},"datePublished":"2023-05-18T13:46:46+00:00","dateModified":"2023-05-27T08:29:15+00:00","breadcrumb":{"@id":"https:\/\/likonexus.com\/index.php\/privacy-policy\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/likonexus.com\/index.php\/privacy-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/likonexus.com\/index.php\/privacy-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/likonexus.com\/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/likonexus.com\/#website","url":"https:\/\/likonexus.com\/","name":"Insights on Business Strategy, Supply Chain, Sex Toy Industry Trends & Entrepreneurship Liko's Blog","description":"Dive into Liko's blog for a wealth of knowledge on business strategy, supply chain management, and the latest trends in the sex toy industry. Stay updated with data reports, news, and learn how to kickstart your entrepreneurial journey. Empower your business acumen with me.","publisher":{"@id":"https:\/\/likonexus.com\/#\/schema\/person\/2692a40008b4e6679c184a86324df088"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/likonexus.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/likonexus.com\/#\/schema\/person\/2692a40008b4e6679c184a86324df088","name":"Liko","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/likonexus.com\/#\/schema\/person\/image\/","url":"https:\/\/likonexus.com\/wp-content\/uploads\/2023\/05\/cropped-logo-black-PhotoRoom.png-PhotoRoom.png","contentUrl":"https:\/\/likonexus.com\/wp-content\/uploads\/2023\/05\/cropped-logo-black-PhotoRoom.png-PhotoRoom.png","width":512,"height":512,"caption":"Liko"},"logo":{"@id":"https:\/\/likonexus.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/likonexus.com","https:\/\/www.facebook.com\/profile.php?id=100091916042861","https:\/\/www.instagram.com\/adult.toys.trade\/","https:\/\/www.linkedin.com\/in\/liko-komorebi\/","https:\/\/twitter.com\/https:\/\/twitter.com\/AdultsToys_"]}]}},"_links":{"self":[{"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/pages\/3"}],"collection":[{"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":1,"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":933,"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/pages\/3\/revisions\/933"}],"wp:attachment":[{"href":"https:\/\/likonexus.com\/index.php\/wp-json\/wp\/v2\/media?parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}