Skip to content

Below you will find a reference of filters available in the Total theme. Filters can be used to modify default theme options, values or output (learn more). You can use the search above to try and locate specific filters. This reference is intended to help you quickly locate a filter name. Once you locate a filter that you think may be useful you can then search the theme files for the filter to see how it’s being used to assist you in your custom code.

Important: This is a manually created list so there may be filters available not yet listed.

Filter by:

NameReturnUsage
wpex_prev_post_link_same_catboolConditional check for the next and previous post links. Set to true to display next/prev posts from the same category.
wpex_prev_post_link_titlestringUsed to alter the default title for your next and previous post links. Default is '%title'.
wpex_recent_posts_icons_query_argsarrayReturns the array of arguments to pass on to WP_Query for the Recent Posts with Icons widget.
wpex_recommended_pluginsarrayArray of recommended plugins for the TGMPA activation script.
wpex_register_footer_sidebarsarrayReturns an array of wigetized areas (sidebars) to be used in the footer-widgets element.
wpex_register_sidebars_arrayarrayReturns array of sidebars to be registered by the theme. You can hook into this function to register a new sidebar location to ensure it follows the theme's standards rather then using the core register_sidebar function. Each item in the array should be composed of a key equal to the sidebar name and a value equal to the label to display in the widgets panel.
wpex_related_blog_posts_columnsintegerFilters the default columns (3) for the related blog posts.
wpex_related_portfolio_argsarrayArguments for the related portfolio items query.
wpex_related_staff_argsarrayArguments for the related staff items query.
wpex_search_in_menuboolWhether to display the search icon in the menu or not.
wpex_search_placeholder_textstringReturns the placeholder text for all searchforms.
wpex_search_thumbnail_argsarrayFilters the arguments for the search entry thumbnail.
wpex_select_wrap_arrow_htmlstringReturns the HTML for the theme's custom select arrow.
wpex_select_wrap_arrow_ticonstringReturns the icon name for the theme's custom select arrow.
wpex_shop_catalog_slider_dataarrayUsed to alter the parameters of the WooCommerce slider.
wpex_shop_single_slider_dataarrayReturns the data attributes for the single product slider
wpex_show_commentsboolCheck if the current page should display comments or not.
wpex_sidebar_classarrayReturns array of classnames to be added to the #sidebar element.
wpex_sidebar_classarrayReturns array of classes to be added to the sidebar-inner element.
wpex_single_blog_post_blocksarrayBlocks to display for your single standard post.
wpex_skinsarrayArray of skins for the theme, can be used to create your own skin, sweet!
wpex_slider_next_iconstringReturns the theme slider next icon name (material/arrow-forward-ios)
wpex_slider_prev_iconstringReturns the theme slider previous icon name (material/arrow-back-ios)
wpex_social_button_stylesarrayReturns an array of social button styles to choose from. Used in the Customizer and in shortcode settings.
wpex_social_profile_options_listarrayReturns an array of social profiles with defined labels and icons. This array is used for Social widgets and builder elements. So if you wanted to add new social options you would hook into this filter, example snippet.
wpex_social_share_headingstringUsed to alter the heading for the social sharing heading when in Horizontal mode.
wpex_social_share_itemsarrayReturns an array of social share items so you can remove or add custom options. View sample snippet.
wpex_social_share_positionstringFilters the position for your social sharing links.
wpex_staff_argsarrayMain arguments for the register_post_type function for the Staff post type.
wpex_staff_social_item_labelstringReturns the label text for the given staff social item.
Back To Top