__( 'Related Products', 'contextual-related-posts' ), 'series' => __( 'More in This Series', 'contextual-related-posts' ), 'recipe' => __( 'More Recipes You Might Like', 'contextual-related-posts' ), ); return isset( $headings[ $post_type ] ) ? $headings[ $post_type ] : $title; } add_filter( 'crp_heading_title', 'crp_custom_heading_title', 10, 2 );