Skip to content

Filters List

NameDescription
wpex_post_slider_position
(string)
|The position in which the slider should return. Default is "below_title".
wpex_post_slider_shortcode
(string)
|The shortcode to be used for the current page slider. Can be used not only to override the default but can also be used to add sliders to archives.
wpex_prev_post_link_same_cat
(bool)
|Conditional check for the next and previous post links. Set to true to display next/prev posts from the same category.
wpex_prev_post_link_title
(string)
|Used to alter the default title for your next and previous post links. Default is '%title'.
wpex_recent_posts_icons_query_args
(array)
|Returns the array of arguments to pass on to WP_Query for the Recent Posts with Icons widget.
wpex_register_footer_sidebars
(array)
|Returns an array of wigetized areas (sidebars) to be used in the footer-widgets element.
wpex_register_sidebars_array
(array)
|Returns array of sidebars to be registered by the theme. You can hook into this function to register a new sidebar location to ensure it follows the theme's standards rather then using the core register_sidebar function. Each item in the array should be composed of a key equal to the sidebar name and a value equal to the label to display in the widgets panel.
wpex_related_blog_posts_columns
(integer)
|Filters the default columns (3) for the related blog posts.
wpex_related_portfolio_args
(array)
|Arguments for the related portfolio items query.
wpex_related_staff_args
(array)
|Arguments for the related staff items query.
wpex_search_in_menu
(bool)
|Whether to display the search icon in the menu or not.
wpex_search_placeholder_text
(string)
|Returns the placeholder text for all searchforms.
wpex_search_thumbnail_args
(array)
|Filters the arguments for the search entry thumbnail.
wpex_select_wrap_arrow_html
(string)
|Returns the HTML for the theme's custom select arrow.
wpex_select_wrap_arrow_ticon
(string)
|Returns the icon name for the theme's custom select arrow.
wpex_shop_catalog_slider_data
(array)
|Used to alter the parameters of the WooCommerce slider.
wpex_shop_single_slider_data
(array)
|Returns the data attributes for the single product slider
wpex_show_comments
(bool)
|Check if the current page should display comments or not.
wpex_sidebar_class
(array)
|Returns array of classnames to be added to the #sidebar element.
wpex_sidebar_class
(array)
|Returns array of classes to be added to the sidebar-inner element.
wpex_single_blog_post_blocks
(array)
|Blocks to display for your single standard post.
wpex_skins
(array)
|Array of skins for the theme, can be used to create your own skin, sweet!
wpex_slider_next_icon
(string)
|Returns the theme slider next icon name (material/arrow-forward-ios)
wpex_slider_prev_icon
(string)
|Returns the theme slider previous icon name (material/arrow-back-ios)
wpex_social_button_styles
(array)
|Returns an array of social button styles to choose from. Used in the Customizer and in shortcode settings.
wpex_social_profile_options_list
(array)
|Returns an array of social profiles with defined labels and icons. This array is used for Social widgets and builder elements. So if you wanted to add new social options you would hook into this filter, example snippet.
wpex_social_share_heading
(string)
|Used to alter the heading for the social sharing heading when in Horizontal mode.
wpex_social_share_items
(array)
|Returns an array of social share items so you can remove or add custom options. View sample snippet.
wpex_social_share_position
(string)
|Filters the position for your social sharing links.
wpex_staff_args
(array)
|Main arguments for the register_post_type function for the Staff post type.
Back To Top