Filter: gv_ratings_reviews_post_bridge_title
Modify the title of the Post Bridge using entry data The Post Bridge is a 1 <=> 1 custom post type that has a 1 <=> 1 relationship with a Gravity Forms entry that has a review.
Comments are left on the Post Bridge post, then pulled in on each entry by getting comments stored on the Post Bridge CPT.
Parameters
| Name | Type | Description |
|---|---|---|
| $post_bridge_title | string | Existing title format: "GF entry ID %d, GF form ID %d" |
| $entry | array | Gravity Forms entry to create the post bridge for. |
Source
Defined in includes/class-post-bridge.php at line 169