ħ-TV`jÁ-TV /É»| 3Á»|x:L¿|@–R¿| ®¨-TVpµÊ»| µÊ»|h‹L¿|@–R¿|_N¿|®-TVp5Õ-TV@–R¿| ®¨-TVpµÊ»| µÊ»|h‹L¿|@–R¿| gJ¿|е-TV2K¿|6N¿|0á¬-TVе-TVةʻ|е-TV0©Ê»|HªÊ»|èœP¿|ÀØL¿|˜-F¿|P%F¿|0Û¬-TV ®¨-TVÀXM¿|02Á»|@~»-TV ®¨-TV òF¿|€ôF¿|€}§-TV€}§-TVð¹Ê»|¡Ý"“¡5k of the link or not. * @param array $passthru_vars A set of query vars to just passthru and not process as part of the * canonical link resolution. * @param View_Interface $this The View currently rendering. */ $use_ff_link = apply_filters( 'tribe_events_views_v2_use_ff_link', $use_ff_link, $canonical, $passthru_vars, $this ); $view_slug = static::get_view_slug(); /** * Filters whether the fast-forward link should be used for this specific View or not whenever possible. * * @since 5.1.1 * * @param bool $use_ff_link Whether to use the fast-forward link in Views or not. * @param bool $canonical Whether to return the canonical, pretty, version of the link or not. * @param array $passthru_vars A set of query vars to just passthru and not process as part of the * canonical link resolution. * @param View_Interface $this The View currently rendering. */ $use_ff_link = apply_filters( "tribe_events_views_v2_{$view_slug}_use_ff_link", $use_ff_link, $passthru_vars, $this ); return tribe_is_truthy( $use_ff_link ); } }