Article sections
- Header Section Filters
- Footer Section Filters
- Comments Section Filters
- Search Form Filters
- Image Filters
- Menu Filters
- Option Filters
- Footer Shortcode Filters
- Post Shortcode Filters
- INIT Filters
- Formatting Filters
- Theme Settings Filters
- Widget Filters
- IDX Widget Filters
Header Section Filters
equity_header_scripts
Default value: equity_get_option(‘header_scripts’)
Applied to the output of the header scripts.
top_header_left_widget_widths
Default value: $top_header_left_widget_widths
Applied to the column classes for the top header left widget area.
top_header_right_widget_widths
Default value: $top_header_right_widget_widths
Applied to the column classes for the top header right widget area.
equity_do_title
Default value: $title, $inside, $wrap
Applied to the output of equity_do_site_title
equity_do_description
Default value: $description, $inside, $wrap
Applied to the output of equity_do_site_description
Footer Section Filters
equity_footer_widget_areas
Default value: $output
Applied to final output of equity_footer_widget_areas including the div structure.
equity_footer_left_text
Default value: $footer_left
Applied to the output of equity_get_option(‘footer_left’)
equity_footer_right_text
Default value: $footer_right
Applied to the output of equity_get_option(‘footer_right’)
equity_footer_disclaimer_text
Default value: $footer_disclaimer
Applied to the output of equity_get_option(‘footer_disclaimer’)
equity_footer_output
Default value: $output
Applied to final output of equity_do_footer including the div structure.
equity_footer_scripts
Default value: equity_option(‘footer_scripts’)
Applied to the output of the footer scripts.
Loop Filters
equity_custom_loop_args
Default value: wp_parse_args($args, $defaults), $args, $defaults
Applied to the arguments for use in WP_Query in the equity_custom_loop function.
equity_post_title_text
Default value: get_the_title()
Applied to the title in the equity_do_post_title function.
equity_link_post_title
Default value: true
Applied to the post title text. False to not link title.
equity_post_title_output
Default value: $title
Applied to the output of the title and wrapping heading tags in the equity_do_post_title function.
equity_noposts_text
Default value: __(‘Sorry, no posts matched your criteria.’, ‘equity’)
Applied to the no post text which is returned when a query is made with no results in the equity_do_noposts function.
equity_post_info
Default value: $post_info
Applied to the post info output by the equity_post_info function.
equity_post_meta
Default value: $post_meta
Applied to the post meta output by the equity_post_meta function.
equity_author_box
Default value: $output, $context, $pattern, $gravatar, $title, $description
Applied to the final output of the equity_author_box function.
equity_author_box_gravatar_size
Default value: 70
Applied to the author box gravatar image size in the equity_author_box function.
equity_author_box_title
Default value:
sprintf( '%s %s', __('About', 'equity'), get_the_author() )
Applied to the author box title in the equity_author_box function.
equity_prev_link_text
Default value:
'«' . __( ' Previous Page', 'equity' )
Applied to the previous page pagination link.
equity_next_link_text
Default value:
__( 'Next Page ', 'equity' ) . '»'
Applied to the next page pagination link.
Comments Section Filters
equity_title_comments
Default value:
__('Comments
', 'equity')
Applied to the comments title text as well as heading tags in the equity_do_comments function.
equity_no_comments_text
Default value: (empty)
Applied to the no comments text if commenting is enabled but there are no comments so far in the equity_do_comments function.
equity_comments_closed_text
Default value: (empty)
Applied to the closed comment text if commenting is disabled in the equity_do_comments function.
equity_title_pings
Default value:
__('Trackbacks
', 'equity')
Applied to the trackbacks title text as well as heading tags in the equity_do_pings function.
equity_no_pings_text
Default value: (empty)
Applied to the no pings text if ping is enabled but there are no trackbacks so far in the equity_do_pings function.
equity_comment_list_args
Default value: $args
Applied to the arguments used in wp_list_comments in the equity_default_list_comments function.
equity_ping_list_args
Default value: $args
Applied to the arguments used in wp_list_comments in the equity_default_list_pings function.
comment_author_says_text
Default value: __(‘says’, ‘equity’)
Applied to the comment author “says” text in the equity_comment_callback function.
equity_comment_form_args
Default value: $args, $user_identity, $id, $commenter, $req, $aria_req
Applied to the arguments used in comment_form in the equity_do_comment_form function.
Search Form Filters
the_search_query
Default value: get_search_query()
Applied to the search query in the equity_search_form function.
equity_search_text
Default value: esc_attr__(‘Search this website…’, ‘equity’)
Applied to the search field text in the equity_search_form function.
equity_search_form_label
Default value: esc_attr__( ‘Search for:’, ‘equity’ )
Applied to the search field label in the equity_search_form function.
equity_search_button_text
Default value: esc_attr__( ‘Search’, ‘equity’ )
Applied to the search form button text in the equity_search_form function.
equity_search_form
Default value: $form, $search_text, $button_text, $label
Applied to the final output search form in the equity_search_form function.
Image Filters
equity_get_image_default_args
Default value: $defaults
applied to the default arguments added to equity_get_image function.
equity_pre_get_image
Default value: false, $args, $post
Allows child theme to short-circuit the equity_get_image function
equity_get_image
Default value: $output, $args, $id, $html, $url, $src
Menu Filters
equity_off_canvas_side
Default value: $side = ‘left’
Applied to the equity_open_off_canvas function. Allows values of ‘left’ or ‘right’
equity_off_canvas_toggle_text
Default value:
$toggle_text = ' Menu'
Applied to the equity_open_off_canvas function.
Option Filters
equity_pre_get_option_
Default value: $key, false, $setting
Allows child theme to short-circuit the equity_get_option function
equity_options
Default value: $settings_cache[$setting], $setting
equity_get_option function
Default value: get_option($setting), $setting
Footer Shortcode Filters
equity_footer_copyright_shortcode
Default value: $output, $atts
Applied to the default atts and output for the footer copyright shortcode.
equity_footer_equity_link_shortcode
Default value: $output, $atts
Applied to the default atts and output for the footer Equity Link shortcode.
equity_footer_loginout_shortcode
Default value: $output, $atts
Applied to the default atts and output for the footer Login/out shortcode.
Post Shortcode Filters
equity_post_date_shortcode
Default value: $output, $atts
applied to the default atts and output for the date shortcode.
equity_post_time_shortcode
Default value: $output, $atts
applied to the default atts and output for the time shortcode.
equity_post_modified_date_shortcode
Default value: $output, $atts
applied to the default atts and output for the post modified date shortcode.
equity_post_modified_time_shortcode
Default value: $output, $atts
applied to the default atts and output for the post modified time shortcode.
equity_post_author_posts_link_shortcode
Default value: $output, $atts
applied to the default atts and output for the author posts link shortcode.
equity_post_author_shortcode
Default value: $output, $atts
applied to the default atts and output for the author shortcode.
equity_post_comments_shortcode
Default value: $output, $atts
applied to the default atts and output for the post comments shortcode.
equity_post_tags_shortcode
Default value: $output, $atts
applied to the default atts and output for the post tags shortcode.
equity_post_terms_shortcode
Default value: $output, $atts
applied to the default atts and output for the post terms shortcode.
equity_post_edit_shortcode
Default value: $output, $atts
applied to the default atts and output for the post edit shortcode.
INIT Filters
equity_settings_field
Default value: equity-settings
Applied to the defined Settings Field Constants (for DB storage for Equity settings).
equity_cpt_archive_settings_field_prefix
Default value: equity-cpt-archive-settings
Applied to the defined CPT Archive Settings Field Constants (for DB storage for Equity CPT Archive settings).
Formatting Filters
get_the_content_limit_allowedtags
Default value:
'<script>,<style>'
Applied to the get_the_content_limit function to truncate without including tags and shortcodes.
get_the_content_more_link
Default value:
sprintf( '… %s', get_permalink(), $more_link_text ), $more_link_text
Applied to the output of the get_the_content_limit function more link.
get_the_content_limit
Default value: $output, $content, $link, $max_characters
Applied to the final output of the get_the_content_limit function.
equity_formatting_allowedtags
Default value:
array( 'a' => array( 'href' => array(), 'title' => array(), ), 'b' => array(), 'blockquote' => array(), 'br' => array(), 'div' => array( 'align' => array(), 'class' => array(), 'style' => array(), ), 'em' => array(), 'i' => array(), 'p' => array( 'align' => array(), 'class' => array(), 'style' => array(), ), 'span' => array( 'align' => array(), 'class' => array(), 'style' => array(), ), 'strong' => array(), 'style' => array() ), )
Applied to allowed formatting tags, used by wp_kses().
Theme Settings Filter
equity_theme_settings_defaults
Default value: $defaults
Applied to the default values for Equity theme settings called in the equity_theme_settings_defaults function.
Widget Filters
wp_listings_featured_listings_widget_loop
Default value: $loop
Applied to the loop output by the Equity Featured Listings Scroller (WP Listings) widget.
listing_scroller_prev_link
Default value:
$listing_scroller_prev_link_text = __( 'Prev', 'equity' )
Applied to the Previous link of the Equity Featured Listings Scroller (WP Listings) widget.
listing_scroller_next_link
Default value:
$listing_scroller_next_link_text = __( 'Next', 'equity' )
Applied to the Next link of the Equity Featured Listings Scroller (WP Listings) widget.
equity_page_carousel_widget_loop
Default value: $loop
Applied to the loop output by the Equity Featured Page Carousel widget.
equity_page_carousel_prev_link
Default value:
$equity_page_carousel_prev_link_text = __( 'Prev', 'equity' )
Applied to the Previous link of the Equity Featured Page Carousel widget.
equity_page_carousel_next_link
Default value:
$equity_page_carousel_next_link_text = __( 'Next', 'equity' )
Applied to the Next link of the Equity Featured Page Carousel widget.
IDX Widget Filters
idx_listing_carousel_prev_link
Default value:
$idx_listing_carousel_prev_link_text = __( 'Prev', 'equity' )
Applied to the Previous link of the Equity IDX Property Carousel widget.
idx_listing_carousel_next_link
Default value:
$idx_listing_carousel_next_link_text = __( 'Next', 'equity' )
Applied to the Next link of the Equity IDX Property Carousel widget.
idx_qs_city_label
Default value: $idx_qs_city_label_text = __( ‘Select a City’, ‘equity’ )
Applied to the label text of the Equity Quick Search widget City field.
idx_qs_min_price_label
Default value: $idx_qs_min_price_label_text = __( ‘Min Price’, ‘equity’ )
Applied to the label text of the Equity Quick Search widget Min Price field.
idx_qs_max_price_label
Default value: $idx_qs_max_price_label_text = __( ‘Max Price’, ‘equity’ )
Applied to the label text of the Equity Quick Search widget Max Price field.
idx_qs_beds_label
Default value: $idx_qs_beds_label_text = __( ‘Beds’, ‘equity’ )
Applied to the label text of the Equity Quick Search widget Beds field.
idx_qs_baths_label
Default value: $idx_qs_baths_label_text = __( ‘Baths’, ‘equity’ )
Applied to the label text of the Equity Quick Search widget Baths field.