Skip to content

Filters List

NameDescription
wpex_staff_social_item_label
(string)
|Returns the label text for the given staff social item.
wpex_taxonomy_portfolio_tag_args
(array)
|Arguments passed for the portfolio tag taxonomy.
wpex_taxonomy_post_series_args
(array)
|Arguments for the post series query.
wpex_taxonomy_testimonials_category_args
(args)
|Arguments passed for the testimonials category register_taxonomy function.
wpex_testimonials_args
(array)
|Main arguments for the register_post_type function for the Testimonials post type.
wpex_testimonials_wrap_classes
(array)
|Filters the classes of the testimonials entry wrapper.
wpex_theme_color_palette
(array)
|Returns an array of theme color palette choices.
wpex_theme_icon_format
(string)
|Returns the format to use for theme icons (font or svg)
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_title
(string)
|Returns the current page title.
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.
Back To Top