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:
Name | Return | Usage |
---|---|---|
wpex_image_width | integer | Can be used to alter the width for any featured image either on the single post or archive. |
wpex_is_page_animations_enabled | bool | Check if the page animations functionality is enabled. |
wpex_login_logo_link | string | Alters the link on the logo for the WordPress login page. |
wpex_logo_url | string | Returns the URL to add to the link surrounding your header logo |
wpex_main_layout | string | Used to alter the main site layout. Return values should be "boxed" or "full-width". |
wpex_main_metaboxes_post_types | array | Used to filter the post types to which the "Page Settings" metabox should be added to. |
wpex_mce_font_formats_array | array | Adds font options to the TinyMCE editor. |
wpex_menu_cart_icon | string | Returns the icon name for the header menu cart icon. |
wpex_menu_cart_icon_html | string | Can be used to alter the HTML for the default cart icon in the main menu. |
wpex_menu_search_icon_theme_locations | array | Returns an array of menus that support the header search icon functionality. Default is "main_menu". |
wpex_meta_args | array | Returns an array of arguments for the post meta. |
wpex_meta_block_icon | string | Filters the icon name for the icon displayed on a given meta block. |
wpex_meta_sections | $array | Returns the array of meta sections to display (date, author, categories, comments). |
wpex_meta_viewport | html | Returns the meta viewport tag to be added to the wp_head. |
wpex_mobile_menu_open_button_text | string | Returns the text or HTML to display for the mobile menu toggle button. Default is '<span class="fa fa-bars"></span>'. |
wpex_mobile_menu_open_button_text | string | Returns the "text" to be used for the mobile menu hamburger icon. By default it returns the hamburger icon only. |
wpex_mobile_menu_open_submenu_icon | string | Returns the name of the icon to use for the mobile menu submenu toggle icon. |
wpex_mobile_menu_toggle_class | array | Returns array of classnames for the header menu mobile menu toggle element. |
wpex_mobile_menu_toggle_icon | string | Returns the HTML to be used for the mobile menu hamburger toggle icon. By default this includes the link, screen reader text and icon. |
wpex_mobile_menu_toggle_style | string | Returns the name of the mobile menu toggle style to be used. Accepts icon_buttons, icon_buttons_under_logo, navbar, fixed_top, custom. |
wpex_mobile_searchform_placeholder | string | The placeholder text for the mobile menu searchform. |
wpex_modern_menu_widget_link_icon | string | Returns the name for the icon to use for the Modern Menu widget icon. |
wpex_newsletter_widget_action_url | string | Returns the url for the Newsletter widget form action attribute. |
wpex_next_prev_in_same_term | bool | Whether next/previous links should display posts from the same term. |
wpex_oembed_responsive_hosts | array | Array of oEmbed websites that should receive the Total theme's responsive wrapper added to them. |
wpex_overlay_styles_array | array | Used to add/remove/tweak the "Overlay Styles" available in the theme. |
wpex_page_animations_excluded_links | array | Returns an array of all elements that should be excluded from the Page Animations function whenever an excluded link is clicked the page out animation will not run. |
wpex_page_header_aside_class | array | Returns array of classes to be added to the page-header-aside element. |
wpex_page_header_background_image | string/int | Returns the background image to be used for the page header element. This can be a URL to an image or an image attachment id. |
wpex_page_header_background_image_style | string | Returns the page header background image style (cover or fixed). Default is "cover". |