Hooks::filter_excerpt_more( string $link )
Filters the excerpt_more.
Contents
Parameters
- $link
-
(string) (Required) The excerpt read more link.
Return
(string) The modified excerpt read more link, if required.
Source
File: src/Tribe/Views/V2/Hooks.php
public function filter_excerpt_more( $link ) {
return $this->container->make( Template\Excerpt::class )->maybe_filter_excerpt_more( $link );
}
Changelog
| Version | Description |
|---|---|
| 4.9.10 | Introduced. |