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_theme_post_types | array | Array 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 | $array | Returns the array of $items for the TinyMCE editor "Formats" dropdown. |
wpex_toggle_bar_active | bool | Conditional check to see if the Toggle Bar should be enabled for a certain page. |
wpex_toggle_bar_active | bool | Whether the toggle bar is active or not. |
wpex_toggle_bar_content_id | integer | Filters the ID for the toggle_bar content. |
wpex_toggle_bar_page_id | integer | The page ID to be used for the content within the Toggle Bar. |
wpex_top_bar_style | string | Returns the topbar "style" (one, two, three). Default is one. |
wpex_topbar_social_links_output | string | HTML output for the Top Bar social links. |
wpex_typography_settings | array | Array of typography settings. Can be used to remove or add settings. |
wpex_typography_styles | array | Returns an array of typography styles used in the WPBakery row/column Typography setting (light, white, white-shadow, black, none). |
wpex_vc_css_ids | array | Returns an array of post/page ID's that will be checked for WPbakery custom CSS and if CSS is found that CSS will be loaded for all pages. |
wpex_vc_row_post_thumbnail_bg_id | int | Filters the ID used for the WPBakery row background when set to display the featured image. |
wpex_vc_waypoints_settings | bool | Returns an array of settings to pass on to the vc_waypoints javascript function which is used for the CSS animation settings. |
wpex_visibility | array | Returns an array of visibility options. Used for various Customizer and shortcode settings. |
wpex_widget_nav_menu_open_submenu_icon | string | Returns the name of the icon to use for the navigation widget submenu toggle icon. |
wpex_woo_outofstock_text | string | Used to alter the out of stock text for WooCommerce products. |
wpex_woocommerce_add_to_cart_button_loader | string | Returns the html for the WooCommerce add to cart spinner/loader icon. |
wpex_woocommerce_archive_template_id | int | Returns the template ID to use for the WooCommerce archive display. |
wpex_woocommerce_cart_icon_choices | array | Returns an array of icon choices for the WooCommerce cart icon selector in the Customizer. |
wpex_woocommerce_product_entry_thumbnail_id | int | Returns the ID to use for the WooCommerce product entry image when displaying a singular thumbnail. |
wpex_woocommerce_quantity_button_minus_icon | string | Returns the name of the icon to use for the WooCommerce product quantity field minus icon. |
wpex_woocommerce_quantity_button_plus_icon | string | Returns the name of the icon to use for the WooCommerce product quantity field plus icon. |
- « Previous
- Page 1
- …
- Page 8
- Page 9
- Page 10
- Page 11