Skip to content

Filters List

NameDescription
wpex_header_menu_ul_classes
(array)
|Returns array of classnames to be used for the .main-navigation-ul element.
wpex_header_menu_wrap_classes
(array)
|Returns array of classnames to be used for the #site-navigation-wrap element.
wpex_header_search_style
(string)
|Filters the header style. Default is "one".
wpex_header_styles
(array)
|Returns array of header style choices.
wpex_image_filters
(array)
|Returns an array of image filter choices for use with various shortcode settings ( grayscale, sepia, contrast-150, saturate-2).
wpex_image_height
(int)
|Can be used to alter the height for any featured image either on the single post or archive.
wpex_image_hovers
(array)
|Returns an array of image hover choices, used in various shortcodes ( opacity, shrink, grow, side-pan, tilt, blurr, sepia, fade-out, fade-in, grayscale...etc).
wpex_image_resize_retina
(bool)
|Whether retina resizing should be enabled or not.
wpex_image_sizes
(array)
|Array of image sizes defined by the theme that are used to create the Image Sizes dashboard and register them with WP.
wpex_image_width
(int)
|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.
Back To Top