{"id":87,"date":"2023-11-12T09:39:00","date_gmt":"2023-11-12T09:39:00","guid":{"rendered":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/?p=87"},"modified":"2023-11-12T09:48:03","modified_gmt":"2023-11-12T09:48:03","slug":"filters","status":"publish","type":"post","link":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/","title":{"rendered":"Filters"},"content":{"rendered":"<div id=\"yith-hooks_container\" class=\"filters\"><h3>templates\/ywcmap-myaccount-menu.php<\/h3>\n<h4> yith_wcmap_user_name_in_menu<\/h4>\n<p>Filters the username in the menu<\/p>\n<pre>\n<b>Params<\/b>\n<code> string  $username     Username to display.<\/code>\n<code> WP_User $current_user User object.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h3>templates\/ywcmap-myaccount-menu-item.php<\/h3>\n<h4> yith_wcmap_endpoint_anchor_tag_class<\/h4>\n<p>Filters the CSS class of the endpoint link<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $css_class CSS class.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_endpoint_anchor_url<\/h4>\n<p>Filters the URL of the endpoint link<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $url      Endpoint URL.<\/code>\n<code> string $endpoint Endpoint key.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h3>plugin-options\/items-options-fields.php<\/h3>\n<h4> yith_wcmap_items_options_fields<\/h4>\n<p>Filters the fields for the new items in the plugin panel (endpoints, groups, links)<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $fields Fields.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>plugin-options\/settings\/style-options.php<\/h3>\n<h4> yith_wcmap_panel_style_options<\/h4>\n<p>Filters the options available in the Style Options tab<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $style_options Array with options.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>plugin-options\/settings\/security-options.php<\/h3>\n<h4> yith_wcmap_panel_security_options<\/h4>\n<p>Filters the options available in the Security Options tab<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $security_options Array with options.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>plugin-options\/settings\/general-options.php<\/h3>\n<h4> yith_wcmap_panel_general_options<\/h4>\n<p>Filters the options available in the General Settings tab<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $general_options Array with options.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/yith-wcmap-functions.php<\/h3>\n<h4> yith_wcmap_get_default_endpoint_options<\/h4>\n<p>Filters the default options for new endpoints<\/p>\n<pre>\n<b>Params<\/b>\n<code> array  $options  Endpoint options.<\/code>\n<code> string $endpoint Endpoint key.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_current_endpoint<\/h4>\n<p>Filters the current active endpoint<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $current Current endpoint key.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_endpoints_list<\/h4>\n<p>Filters the endpoints list<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $endpoints Endpoints list.<\/code>\n<code> array $fields    Endpoints options.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_endpoint_by_accepted_key<\/h4>\n<p>Filters the keys to get endpoints by<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $accepted_keys Accepted keys to get endpoints.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_endpoint_by<\/h4>\n<p>Filters the endpoint retrieved by a specific key<\/p>\n<pre>\n<b>Params<\/b>\n<code> array  $endpoint Endpoint retrieved.<\/code>\n<code> string $value    Endpoint key.<\/code>\n<code> string $key      Key used to get endpoint.<\/code>\n<code> array  $items    Endpoints.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/class-yith-wcmap.php<\/h3>\n<h4> yith_wcmap_is_admin_request<\/h4>\n<p>Filter whether the current request has been made for an admin page<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool $is_admin Whether the current request has been made for an admin page or not.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/class-yith-wcmap-security.php<\/h3>\n<h4> ywcmap_skip_verification<\/h4>\n<p>Filters whether to skip the account verification<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $skip_verification Whether to skip account verification or not. Possible values: 'yes' or 'no' (default).<\/code>\n<code> int    $customer_id       Customer ID.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_notice_message_$context<\/h4>\n<p>Filters the notice message based on the context.<br \/> <code>$context<\/code> will be replaced with the message context<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $msg Message.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/class-yith-wcmap-items.php<\/h3>\n<h4> yith_wcmap_get_items<\/h4>\n<p>Filters the items<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $items Items.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_default_items<\/h4>\n<p>Filters the default items<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $default_items Default items.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_plugins_items<\/h4>\n<p>Filters the plugins items<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $plugins_items Plugins items.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_items_types<\/h4>\n<p>Filters the item types<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $item_types Item types.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_before_initialization<\/h4>\n<p>Filters the items before initialization<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $items Items.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_skip_add_rewrite_endpoint<\/h4>\n<p>Filters whether to skip rewriting endpoint<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool   $skip_add_rewrite_endpoint Whether to skip rewriting endpoint or not.<\/code>\n<code> string $key                       Endpoint key.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/class-yith-wcmap-frontend.php<\/h3>\n<h4> yith_wcmap_menu_items_initialized<\/h4>\n<p>Filters the menu items<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $menu_items Menu items.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_is_menu_item_visible<\/h4>\n<p>Filters whether the menu item is visible<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool   $visible Whether the menu item is visible or not.<\/code>\n<code> string $item    Item key.<\/code>\n<code> array  $options Item options.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_my_account_have_menu<\/h4>\n<p>Filters whether the My Account page has menu<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool $my_account_have_menu Whether the My Account page has menu or not.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_wpautop_content<\/h4>\n<p>Filters whether to replace double line breaks with paragraph elements in the endpoint content<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool  $wpautop_content Whether to replace double line breaks with paragraph elements or not.<\/code>\n<code> array $endpoint        Endpoint.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_endpoint_content<\/h4>\n<p>Filters the endpoint content<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $content   Endpoint content.<\/code>\n<code> array  $endpoint  Endpoint.<\/code>\n<code> WP_User $customer User object.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_account_page_title<\/h4>\n<p>Filters the title of the My Account page<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $page_title Page title.<\/code>\n<code> array  $endpoint   Endpoint.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_custom_css_variables<\/h4>\n<p>Filters the custom CSS variables<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $variables Custom CSS variables.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_get_custom_css<\/h4>\n<p>Filters the custom CSS rules<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $inline_css Custom CSS rules.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_is_my_account_page<\/h4>\n<p>Filters whether the current page is the My Account page<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool $is_myaccount Whether is the My Account page or not.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_myaccount_menu_template_args<\/h4>\n<p>Filters the array with the arguments needed for the menu template<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $args Array with arguments.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_downloads_shortcode_template<\/h4>\n<p>Filters the template name for the Downloads endpoint<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $template_name Template name.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_dashboard_shortcode_template<\/h4>\n<p>Filters the template name for the Dashboard endpoint<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $template_name Template name.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_endpoint_menu_class<\/h4>\n<p>Filters the CSS classes for the endpoint in the menu<\/p>\n<pre>\n<b>Params<\/b>\n<code> array  $classes  CSS classes.<\/code>\n<code> string $item    Item key.<\/code>\n<code> array  $options Item options.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_print_single_endpoint_args<\/h4>\n<p>Filters the array of arguments needed to print the endpoint<\/p>\n<pre>\n<b>Params<\/b>\n<code> array  $args    Array of arguments.<\/code>\n<code> string $item    Item key.<\/code>\n<code> array  $options Item options.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/class-yith-wcmap-frontend-extended.php<\/h3>\n<h4> yith_wcmap_enable_ajax_navigation_scroll<\/h4>\n<p>Filters whether to enable the scroll in the Ajax navigation<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool $enable_ajax_navigation_scroll Whether to enable the scroll in the Ajax navigation or not.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_main_content_selector<\/h4>\n<p>Filters the main content selector in the My Account page<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $main_content_selector Main content selector.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/class-yith-wcmap-extended.php<\/h3>\n<h4> yith_wcmap_get_plugins_endpoints_array<\/h4>\n<p>Filters the compatible plugins<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $plugins Compatible plugins.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/email\/class-yith-wcmap-verify-account.php<\/h3>\n<h4> yith_wcmap_verify_account_email_attr<\/h4>\n<p>Filters the array with the attributes needed for the email template<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $atts Array of attributes.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_email_verify_account_url<\/h4>\n<p>Filters the URL to verify the account<\/p>\n<pre>\n<b>Params<\/b>\n<code> string $url URL to verify the account.<\/code>\n<br \/><b>Return<\/b>\n<code> string<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_verify_account_email_plain_attr<\/h4>\n<p>Filters the array with the attributes needed for the plain email template<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $atts Array of attributes.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/admin\/class-yith-wcmap-admin.php<\/h3>\n<h4> yith_wcmap_admin_tabs<\/h4>\n<p>Filter the available tabs in the plugin panel<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $tabs Admin tabs.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_admin_panel_args<\/h4>\n<p>Filters the array with the arguments to build the plugin panel<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $args Array of arguments.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_admin_endpoints_template<\/h4>\n<p>Filters the array with the arguments to print the endpoints in the plugin panel<\/p>\n<pre>\n<b>Params<\/b>\n<code> array Array of arguments.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<h4> yith_wcmap_disable_filter_media_library<\/h4>\n<p>Filters whether to disable filtering the media library<\/p>\n<pre>\n<b>Params<\/b>\n<code> bool $disable_filter_media_library Whether to disable filtering the media library or not.<\/code>\n<br \/><b>Return<\/b>\n<code> bool<\/code>\n<\/pre>\n<hr \/>\n<h3>includes\/admin\/class-yith-wcmap-admin-extended.php<\/h3>\n<h4> yith_wcmap_admin_panel_args<\/h4>\n<p>Filters the array with the arguments to build the plugin panel<\/p>\n<pre>\n<b>Params<\/b>\n<code> array $args Array of arguments.<\/code>\n<br \/><b>Return<\/b>\n<code> array<\/code>\n<\/pre>\n<hr \/>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":20,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-87","post","type-post","status-publish","format-standard","hentry","category-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Filters - YITH WooCommerce Customize My Account Page Extended<\/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:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Filters - YITH WooCommerce Customize My Account Page Extended\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/\" \/>\n<meta property=\"og:site_name\" content=\"YITH WooCommerce Customize My Account Page Extended\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-12T09:39:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-12T09:48:03+00:00\" \/>\n<meta name=\"author\" content=\"armando\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"armando\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/\",\"url\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/\",\"name\":\"Filters - YITH WooCommerce Customize My Account Page Extended\",\"isPartOf\":{\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#website\"},\"datePublished\":\"2023-11-12T09:39:00+00:00\",\"dateModified\":\"2023-11-12T09:48:03+00:00\",\"author\":{\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#\/schema\/person\/c617ea3a2e5ee161586c2bc0d367ffe3\"},\"breadcrumb\":{\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Filters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#website\",\"url\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/\",\"name\":\"YITH WooCommerce Customize My Account Page Extended\",\"description\":\"Plugin documentation\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#\/schema\/person\/c617ea3a2e5ee161586c2bc0d367ffe3\",\"name\":\"armando\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6020f46edbc3814f7508e28543747a01?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6020f46edbc3814f7508e28543747a01?s=96&d=mm&r=g\",\"caption\":\"armando\"},\"url\":\"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/author\/armando\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Filters - YITH WooCommerce Customize My Account Page Extended","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:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/","og_locale":"en_US","og_type":"article","og_title":"Filters - YITH WooCommerce Customize My Account Page Extended","og_url":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/","og_site_name":"YITH WooCommerce Customize My Account Page Extended","article_published_time":"2023-11-12T09:39:00+00:00","article_modified_time":"2023-11-12T09:48:03+00:00","author":"armando","twitter_card":"summary_large_image","twitter_misc":{"Written by":"armando","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/","url":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/","name":"Filters - YITH WooCommerce Customize My Account Page Extended","isPartOf":{"@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#website"},"datePublished":"2023-11-12T09:39:00+00:00","dateModified":"2023-11-12T09:48:03+00:00","author":{"@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#\/schema\/person\/c617ea3a2e5ee161586c2bc0d367ffe3"},"breadcrumb":{"@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/development\/filters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/"},{"@type":"ListItem","position":2,"name":"Filters"}]},{"@type":"WebSite","@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#website","url":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/","name":"YITH WooCommerce Customize My Account Page Extended","description":"Plugin documentation","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#\/schema\/person\/c617ea3a2e5ee161586c2bc0d367ffe3","name":"armando","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6020f46edbc3814f7508e28543747a01?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6020f46edbc3814f7508e28543747a01?s=96&d=mm&r=g","caption":"armando"},"url":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/author\/armando\/"}]}},"_links":{"self":[{"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/posts\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":2,"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/posts\/87\/revisions"}],"predecessor-version":[{"id":90,"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/posts\/87\/revisions\/90"}],"wp:attachment":[{"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/categories?post=87"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.yithemes.com\/yith-woocommerce-customize-myaccount-page-extended\/wp-json\/wp\/v2\/tags?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}