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_{post_type}_single_thumbnail_argsarrayReturns correct arguments for the single post thumbnail for any custom post type using the theme's cpt-single-media.php template file
wpex_{post_type}_single_thumbnail_argsarrayReturns arguments for the entry post thumbnail for any custom post type using the theme’s cpt-entry-media.php template file
wpex_add_search_toggle_ubermenu_classesboolCheck if the theme should add the UberMenu specific classes to the header menu search toggle link when UberMenu is enabled.
wpex_author_bio_avatar_sizeintegerAlters the default avatar size used in the author bio section for your single blog posts.
wpex_blog_entry_author_avatar_sizeintegerAlters the default avatar size for the blog entry avatars when enabled.
wpex_blog_entry_columnsintegerThe number of columns to display the current blog archive in. Will only work for the grid style.
wpex_blog_entry_stylestringThe blog entry style for the current archive. Default is 'large-image-entry-style'.
wpex_blog_post_related_query_argsarrayArguments for the related blog items query.
wpex_blog_single_media_positionstringReturns correct position for your blog post media.
wpex_blog_stylestringFilters the blog entry style default is "large-image-entry-style".
wpex_blog_wrap_classesarrayArray of classes to be added to the main wrapper around your blog posts.
wpex_breadcrumbs_shop_titlestringReturns the title for the WooCommerce shop.
wpex_button_stylesarrayReturns an array of button style choices for use with theme settings and elements (flat, graphical, clean, three-d, outline, minimal-border and plain-text).
wpex_card_builder_allowed_shortcodes_listarrayReturns an array of elements that are available for the Card builder when using WPBakery.
wpex_card_more_link_aria_labelstringReturns the text to use for the theme cards more link aria-label attribute.
wpex_carousel_arrow_positionsarrayReturns array of carousel arrow positions.
wpex_carousel_arrow_stylesarrayReturns array of carousel arrow styles.
wpex_column_gapsarrayReturns an array of allowed grid gaps used in various Customizer and builder element settings.
wpex_comments_classarrayReturns array of classes added to the #comments element.
wpex_comments_titlestringCan be used to alter the default Comments title.
wpex_conditional_logic_callable_whitelistarrayReturns an array of whitelisted callback functions for the theme's Conditional_Logic class.
wpex_custom_breadcrumbsvarUsed to override the default breadcrumbs, must return a variable/function.
wpex_custom_breadcrumbsvarUsed to return a custom breadcrumbs output or shortcode.
wpex_custom_social_sharestringUsed to return a custom social share shortcode or HTML.
wpex_custom_widgetsarrayArray of custom widgets added by the theme. Should be used only to remove widgets you don't want.
wpex_customizer_panelsarrayArray of panels added to the Customizer.
wpex_customizer_sectionsarrayReturns an array of all the Customizer sections.
wpex_dashboard_thumbnailsboolUsed to enable/disable the thumbnail display in the WP dashboard.
wpex_dashicons_arrayarrayReturns an array of Dashicons for use with settings where you can select a dashboard icon such as the Portfolio, Staff and Testimonials settings screen.
wpex_edit_visual_composerboolCheck to see if the Total theme should make edits to the WPBakery plugin. Default is true.
Back To Top