{"id":1322,"date":"2021-04-27T05:30:11","date_gmt":"2021-04-27T05:30:11","guid":{"rendered":"https:\/\/support.themewinter.com\/docs\/plugins\/?post_type=docs&#038;p=1322"},"modified":"2024-11-01T08:18:44","modified_gmt":"2024-11-01T08:18:44","password":"","slug":"speaker-template-override","status":"publish","type":"docs","link":"https:\/\/support.themewinter.com\/docs\/plugins\/plugin-docs\/templates\/speaker-template-override\/","title":{"rendered":"How to Override Speaker Template"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>Here\u2019s a visual\u00a0<strong>hook guide for the Eventin Speaker Details Page. <\/strong>This is the part in<strong> <\/strong>which you can find eventin speaker hooks quickly and easily by seeing their <strong>actual locations<\/strong> (and you can copy\/paste). <\/p>\n\n\n\n<p>Now that you know the speaker page hooks, you can override the Eventin Speaker details Page via your child theme\u2019s functions. You <strong>can remove default<\/strong> elements (for example, the featured image,  add element, schedule\u2026), you can add your custom elements by picking the correct positioned \u201c<strong>hook<\/strong>\u201d and triggering your function, and you can even \u201c<strong>move<\/strong>\u201d existing elements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Speaker Template Style One<\/strong><\/h2>\n\n\n\n<p><\/p>\n\n\n<div id=\"cart-wrapper\">\n<div class=\"product\">\n<div class=\"images\">\n<div class=\"product\"><span class=\"hook\">etn_speaker_title_before<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_title_after<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_designation<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_summary<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_socials<\/span><\/div>\n<\/p>\n<\/div>\n<div class=\"summary entry-summary\">\n      <span class=\"hook\">etn_speaker_details_before<\/span><\/p>\n<p><span class=\"hook\">etn_schedule_time<\/span><\/p>\n<p><span class=\"hook\">etn_schedule_locations<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_topic<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_objective<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_details_after<\/span><\/p>\n<\/p>\n<\/div>\n<div id=\"woocommerce_after_single_product_summary\">\n      <\/div>\n<\/p>\n<\/div>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Single Speaker Page Default Hooks<\/strong><\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>This is the list of Eventin speaker hooks you can override\/remove by simply changing \u201c<strong>add_action<\/strong>\u201d to \u201c<strong>remove_action<\/strong>\u201d  and &#8220;<strong>add_filter<\/strong>&#8221; in your functions.php. Eventin uses its own hooks e.g. \u201c<strong>etn_single_event_content_body<\/strong>\u201d to assemble the single speaker page together. Because it\u2019s done this way, you can therefore use \u201c<strong>remove_action<\/strong>\u201d to remove one of these elements. <\/p>\n\n\n\n<pre class=\"wp-block-code bg-black\"><code><span class=\"has-inline-color has-luminous-vivid-orange-color\">\/**\n * @snippet       List of Default Speaker Hooks @ Eventin Single Speaker\n * @author        Themewinter\n * @updated       Eventin WP 2.4.0\n **\/<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ Before content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action( <\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_content_before\", \"etn_before_single_speaker_content\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 9 );\nadd_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">'etn_before_speaker_archive_content', 'etn_before_speaker_archive_content_show_thumbnail'<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 10 );<\/span>\n\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action( <\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_title_before\", \"speaker_title_before\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 10 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\"> \"etn_speaker_details_before\", \"speaker_details_before\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 16 );<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ After content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action( <\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_content_after\", \"etn_after_single_speaker_content\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 9 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_title_after\", \"speaker_title_after\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 12 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_details_after\", \"speaker_details_after\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 21 );<\/span>\n\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ Single content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_single_speaker_template\", \"etn_single_speaker_template_select\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 9 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_designation\", \"speaker_designation\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 13 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_summary\", \"speaker_summary\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 14 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_socials\", \"speaker_socials\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 15 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_time\", \"schedule_time\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 10, 2 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_locations\", \"schedule_locations\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 18, 1 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_topic\", \"speaker_topic\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 19, 1 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span> <span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_objective\", \"speaker_objective\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 20, 1 );<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ All Filters<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_filters(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn\/speakers\/avatar\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">,)<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_filters(<\/span><span class=\"has-inline-color has-vivid-red-color\">'etn_speaker_title',<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">)<\/span>\n\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Speaker Template Style Two<\/strong><\/h2>\n\n\n\n<p><\/p>\n\n\n<div id=\"cart-wrapper\">\n<div class=\"product\">\n<div id=\"woocommerce_after_single_product_summary\">\n<div class=\"product\"><span class=\"hook\">etn_speaker_two_company<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_two_designation<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_two_meta<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_two_social<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_two_summary<\/span><\/div>\n<\/p>\n<\/div>\n<div id=\"woocommerce_after_single_product_summary\">\n      <span class=\"hook\">etn_speaker_two_sessions_title<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_two_sessions_details_before<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_two_sessions_details<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_two_sessions_details_after<\/span><\/p>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Speaker <strong>Template Style Two Hooks<\/strong><\/strong><\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>This is the list of Eventin speaker hooks you can override\/remove by simply changing \u201c<strong>add_action<\/strong>\u201d to \u201c<strong>remove_action<\/strong>\u201d and &#8221;<strong>add_filter<\/strong>&#8221;  in your functions.php. Eventin uses its own hooks e.g. \u201c<strong>etn_single_speaker_content_body<\/strong>\u201d to assemble the single speaker page together. Because it\u2019s done this way, you can therefore use \u201cremove_action\u201d to remove one of these elements. <\/p>\n\n\n\n<pre class=\"wp-block-code bg-black\"><code><span class=\"has-inline-color has-luminous-vivid-orange-color\">\/**\n * @snippet       List of speaker style two hooks @ Eventin Single page\n * @author        Themewinter\n * @updated       Eventin WP 2.4.0\n **\/<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ Before content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_sessions_details_before\", \"speaker_two_sessions_details_before\" <\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 16  );<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ After content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_sessions_details_after\", \"speaker_two_sessions_details_after\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\"> , 22  );<\/span>\n\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ Single content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_company\", \"speaker_two_company\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\"> , 10 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_designation\", \"speaker_two_designation\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 11 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_meta\", \"speaker_two_meta\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\"> , 12 );<\/span>\na<span class=\"has-inline-color has-pale-cyan-blue-color\">dd_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_social\", \"speaker_two_social\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 13 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_summary\", \"speaker_two_summary\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 14 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_sessions_title\", \"speaker_two_sessions_title\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 15 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_two_sessions_details\", \"speaker_two_sessions_details\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 17 , 1 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_two_header\", \"schedule_two_header\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 18 , 2 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_two_session_time\", \"schedule_two_session_time\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 19 , 2 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_two_session_title\", \"schedule_two_session_title\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">, 20 )<\/span>;\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_two_session_location\", \"schedule_two_session_location\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 21 );<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ All Filters<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_filters(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn\/speakers\/avatar\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">,)<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_filters(<\/span><span class=\"has-inline-color has-vivid-red-color\">'etn_speaker_title'<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">,)<\/span>\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Speaker Template Style Three<\/strong><\/h2>\n\n\n\n<p><\/p>\n\n\n<div id=\"cart-wrapper\">\n<div class=\"product\">\n<div class=\"images\">\n<div class=\"product\"><span class=\"hook\">etn_speaker_three_designation<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_three_meta<\/span><\/div>\n<div class=\"product\"><span class=\"hook\">etn_speaker_three_social<\/span><\/div>\n<\/p>\n<\/div>\n<div class=\"summary entry-summary\">\n      <span class=\"hook\">etn_speaker_three_summary<\/span><\/p>\n<p><span class=\"hook\">etn_speaker_three_details_before<\/span><\/p>\n<p><span class=\"hook\">etn_schedule_three_header<\/span><\/p>\n<p><span class=\"hook\">etn_schedule_three_session_time<\/span><\/p>\n<p><span class=\"hook\">etn_schedule_three_session_topic<\/span><\/p>\n<p><span class=\"hook\">etn_schedule_three_session_location<\/span><\/p>\n<\/p>\n<\/div>\n<div id=\"woocommerce_after_single_product_summary\">\n      <\/div>\n<\/p>\n<\/div>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Speaker Template Style Three Hooks<\/strong><\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>This is the list of Eventin speaker hooks you can override\/remove by simply changing \u201c<strong>add_action<\/strong>\u201d to \u201c<strong>remove_action<\/strong>\u201d and &#8221;<strong>add_filter<\/strong>&#8221;  in your functions.php. Eventin uses its own hooks e.g. \u201c<strong>etn_single_speaker_content_body<\/strong>\u201d to assemble the single speaker page together. Because it\u2019s done this way, you can therefore use \u201c<strong>remove_action<\/strong>\u201d to remove one of these elements. <\/p>\n\n\n\n<pre class=\"wp-block-code bg-black\"><code><span class=\"has-inline-color has-luminous-vivid-orange-color\">\/**\n * @snippet       List of speaker style three hooks @ Eventin Single Page\n * @author        Themewinter\n * @updated       Eventin WP 2.4.0\n **\/<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ Before content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_three_details_before\", \"speaker_three_details_before\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 15 );<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ After content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_three_details_after\", \"speaker_three_details_after\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 20 );<\/span>\n\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ Single content<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_three_designation\", \"speaker_three_designation\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 10 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_three_meta\", \"speaker_three_meta\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 11 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_three_social\", \"speaker_three_social\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 12 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_speaker_three_summary\", \"speaker_three_summary\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 13 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_three_header\", \"schedule_three_header\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 16 );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_three_session_time\", \"schedule_three_session_time\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 17 , 2  );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_three_session_topic\", \"schedule_three_session_topic\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 18 , 1  );<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_action(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn_schedule_three_session_location\", \"schedule_three_session_location\"<\/span> <span class=\"has-inline-color has-pale-cyan-blue-color\">, 19 , 1  );<\/span>\n\n<span class=\"has-inline-color has-luminous-vivid-orange-color\">\/\/ All Filters<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_filters(<\/span><span class=\"has-inline-color has-vivid-red-color\">\"etn\/speakers\/avatar\"<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">,)<\/span>\n<span class=\"has-inline-color has-pale-cyan-blue-color\">add_filters(<\/span><span class=\"has-inline-color has-vivid-red-color\">'etn_speaker_title'<\/span><span class=\"has-inline-color has-pale-cyan-blue-color\">,)<\/span>\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Template Override using File<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>If you want to change something more that may not possible to do with Hooks, you can use the \u2018Template\u2018 override option. Overriding \u2018Template\u2019 using a file is similar to <strong>&#8216;Event Template&#8217;<\/strong> overriding. Please click the button and you will get the <strong>template overriding documentation<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https:\/\/support.themewinter.com\/docs\/plugins\/eventin\/template-override\/#7-toc-title\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Event Template Overriding<\/strong><\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here\u2019s a visual\u00a0hook guide for the Eventin Speaker Details Page. This is the part in which you can find eventin speaker hooks quickly and easily by seeing their actual locations (and you can copy\/paste). Now that you know the speaker page hooks, you can override the Eventin Speaker details Page via your child theme\u2019s functions. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_eb_attr":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"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":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_category":[19],"doc_tag":[],"class_list":["post-1322","docs","type-docs","status-publish","hentry","doc_category-templates"],"year_month":"2026-05","word_count":950,"total_views":"2357","reactions":{"happy":"2","normal":"0","sad":"0"},"author_info":{"name":"teamwinter","author_nicename":"teamwinter","author_url":"https:\/\/support.themewinter.com\/docs\/plugins\/author\/teamwinter\/"},"doc_category_info":[{"term_name":"Templates","term_url":"https:\/\/support.themewinter.com\/docs\/plugins\/docs\/templates\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/docs\/1322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/comments?post=1322"}],"version-history":[{"count":25,"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/docs\/1322\/revisions"}],"predecessor-version":[{"id":7934,"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/docs\/1322\/revisions\/7934"}],"wp:attachment":[{"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/media?parent=1322"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/doc_category?post=1322"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/support.themewinter.com\/docs\/plugins\/wp-json\/wp\/v2\/doc_tag?post=1322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}