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
vcex_elementor_integrationboolCheck if the theme's Elementor integration is enabled.
vcex_feature_box_default_breakpointstringReturns the default breakpoint (sm,md,lg,xl) for the feature box stacking.
vcex_filter_taxonomyvarReturns the taxonomy for the grid category filter via a child theme.
vcex_grid_default_title_tagstringAllows you to tweak the default title tag (h2, h3, h4, etc) for the Post Types Grid, Portfolio Grid, Staff Grid and Testimonials Grid.
vcex_grid_queryarrayUsed to tweak the Post Types Grid, Portfolio Grid, Staff Grid, Blog Grid or Testimonials Grid query arguments.
vcex_icon_box_stylesarrayUsed to remove, add or change "Icon Box" selection.
vcex_image_translate_attachmentboolCheck whether the theme should automatically translate the image ID used when displaying an image via the Image element.
vcex_maybe_display_shortcodeBoolWhether the specific shortcode should display or not. This hook passes the $shortcode_tag and $shortcode_attributes.
vcex_navbar_get_terms_argsarrayReturns the array of arguments for the Navigation Bar element (vcex_navbar shortcode) to pass to get_terms() when displaying a taxonomy term based menu.
vcex_newsletter_form_action_urlstringReturns the url for the Newsletter element form action attribute.
vcex_optimize_carousels_onloadboolCheck if the theme should optimize carousel display on load. If true, the theme will display carousels as grid elements until the site has loaded to prevent LCP issues.
vcex_query_argsarrayReturns the array of arguments to pass on to WP_Query for any theme element (Post Cards, Post Types Grid, etc).
vcex_toggle_close_icon_svgstringReturns the toggle element close SVG icon.
vcex_toggle_open_icon_svgstringReturns the toggle element open SVG icon.
woo_entry_card_stylestringReturns the name of the cart style to display for the current WooCommerce product entry.
wpex_{post_type}_entry_excerpt_lengthstringReturns the excerpt length for the post type entry. Default is 40.
wpex_{post_type}_entry_overlay_stylestringReturns the overlay style for the custom post type entry thumbnail.
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).
Back To Top