jetpack_relatedposts_filter_post_heading, esc_attr( h4
jetpack_relatedposts_filter_post_heading, esc_attr( h4
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_relatedposts_filter_post_heading, esc_attr( h4') is found 1 times:
- /modules/related-posts/jetpack-related-posts.php line 1971
* @since 4.0.0 * * @param string $str Related Post Heading structure. Default to h4. */ 'post_heading' => apply_filters( 'jetpack_relatedposts_filter_post_heading', esc_attr( 'h4' ) ), ); wp_localize_script( 'jetpack_related-posts', 'related_posts_js_options', $related_posts_js_options ); } if ( $style ) { wp_enqueue_style( 'jetpack_related-posts', plugins_url( 'related-posts.css', __FILE__ ), array(), self::VERSION ); wp_style_add_data( 'jetpack_related-posts', 'rtl', 'replace' );