Filters Reference

From Graphene Theme Documentation
Jump to: navigation, search

Here is a list of all the apply_filters hooks

comments.php (1 hits)

 Line 126:         apply_filters('graphene_comment_form_args', $args);

footer.php (1 hits)

 Line 70:    apply_filters('graphene_secondary_menu_args', $args)

functions.php (41 hits)

 Line 57:  apply_filters('graphene_settings', $graphene_settings )
 Line 97:       apply_filters('graphene_content_width_two_columns', 590)
 Line 99:       apply_filters('graphene_content_width_three_columns_center', 360)
 Line 101:      apply_filters('graphene_content_width_three_columns', 375)
 Line 103:      apply_filters('graphene_content_width_one_columns', 875)        
 Line 107:      apply_filters('graphene_content_width_two_columns_nodate', 645)
 Line 109:      apply_filters('graphene_content_width_three_columns_center_nodate', 415)
 Line 111:      apply_filters('graphene_content_width_three_columns_nodate', 430)
 Line 113:      apply_filters('graphene_content_width_one_columns_nodate', 930) 
 Line 149:      apply_filters('graphene_slider_image_width', 660)
 Line 150:      apply_filters('graphene_slider_full_image_width', 930)
 Line 151:      apply_filters('graphene_slider_small_image_width', 445)
 Line 154:      apply_filters('graphene_homepage_pane_image_width', 451)
               apply_filters('graphene_homepage_pane_image_height', 250)
 Line 154:      apply_filters('graphene_homepage_pane_image_width', 451)
               apply_filters('graphene_homepage_pane_image_height', 250)
 Line 184:      apply_filters('graphene_header_textcolor', '000000')
 Line 186:      apply_filters('graphene_header_image', '%s/images/headers/flow.jpg')
 Line 190:      apply_filters('graphene_header_image_width', 960)
 Line 191:      apply_filters('graphene_header_image_height', 198)
 Line 199:      apply_filters('graphene_header_text', false)
 Line 349:      apply_filters('graphene_container_width', 960)
 Line 668:      apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item ) 
 Line 682:      apply_filters( 'graphene_menu_desc_length', 50 )
 Line 695:      apply_filters( 'the_title', $item->title, $item->ID )
 Line 700:      apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args )
 Line 731:      apply_filters('graphene_default_menu_args', $args) 
 Line 780:      apply_filters('page_css_class', $css_class, $page)
 Line 782:      apply_filters( 'the_title', $page->post_title, $page->ID )
 Line 785:      apply_filters( 'the_title', $page->post_title, $page->ID )
 Line 818:      apply_filters('graphene_gravatar_size', 40)
 Line 870:     apply_filters('graphene_adsense_ads_limit', 3)
 Line 1285:     apply_filters('graphene_auto_excerpt_more', ' … '.graphene_continue_reading_link())
 Line 1414:     apply_filters('graphene_slider_post_type', $slider_post_type)
 Line 1442:     apply_filters('graphene_slider_args', $args)
 Line 1444:     apply_filters('graphene_slider_posts', $sliderposts)
 Line 1477:     apply_filters('graphene_slider_image_size', 'thumbnail')
 Line 1656:     apply_filters('graphene_generic_slider_img', '<img alt="" src="'.get_template_directory_uri().'/images/img_slider_generic.png" />')
 Line 2271:     apply_filters('graphene_homepage_panes_args', $args)
 Line 2330:     apply_filters('the_content', $text)
 Line 2339:     apply_filters('excerpt_length', 55)
 Line 2340:     apply_filters('excerpt_more', ' ' . '[...]')
 Line 2350:     apply_filters('wp_trim_excerpt', $text, $raw_excerpt)

header.php (3 hits)

 Line 82:      apply_filters('graphene_header_image', graphene_get_header_image($post_id))
 Line 139:     apply_filters('graphene_header_menu_args', $args)
 Line 161:     apply_filters('graphene_secondary_menu_args', $args)

index.php (2 hits)

 Line 29:  apply_filters('graphene_frontpage_posts_cats_sticky_args', $args)
 Line 40:       apply_filters('graphene_frontpage_posts_cats_args', $args)

loop-author.php (2 hits)

 Line 50:  apply_filters('graphene_author_latest_posts_args', $args)
 Line 72:       apply_filters('graphene_author_popular_posts_args', $args)

loop-children.php (3 hits)

 Line 23:      apply_filters('graphene_child_pages_args', $args)
 Line 66:       apply_filters('graphene_excerpt_thumbnail_size', 'thumbnail')
 Line 71:      apply_filters('graphene_excerpt_thumbnail_size', 'thumbnail')

loop.php (2 hits)

 Line 149:         apply_filters('graphene_excerpt_thumbnail_size', 'thumbnail')
 Line 154:     apply_filters('graphene_excerpt_thumbnail_size', 'thumbnail')