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_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.
wpex_taxonomy_portfolio_tag_argsarrayArguments passed for the portfolio tag taxonomy.
wpex_taxonomy_post_series_argsarrayArguments for the post series query.
wpex_taxonomy_testimonials_category_argsargsArguments passed for the testimonials category register_taxonomy function.
wpex_testimonials_argsarrayMain arguments for the register_post_type function for the Testimonials post type.
wpex_testimonials_wrap_classesarrayFilters the classes of the testimonials entry wrapper.
wpex_theme_color_palettearrayReturns an array of theme color palette choices.
wpex_theme_icon_formatstringReturns the format to use for theme icons (font or svg)
wpex_theme_post_typesarrayArray of the custom post types that are enabled for the theme. Use to completely remove any un-desired post type.
wpex_tiny_mce_formats_items$arrayReturns the array of $items for the TinyMCE editor "Formats" dropdown.
wpex_toggle_bar_activeboolConditional check to see if the Toggle Bar should be enabled for a certain page.
wpex_toggle_bar_activeboolWhether the toggle bar is active or not.
wpex_toggle_bar_content_idintegerFilters the ID for the toggle_bar content.
wpex_toggle_bar_page_idintegerThe page ID to be used for the content within the Toggle Bar.
wpex_top_bar_stylestringReturns the topbar "style" (one, two, three). Default is one.
wpex_topbar_social_links_outputstringHTML output for the Top Bar social links.
wpex_typography_settingsarrayArray of typography settings. Can be used to remove or add settings.
Back To Top