Hooks::filter_excerpt_more( string $link )

Filters the excerpt_more.


Parameters

$link

(string) (Required) The excerpt read more link.


Top ↑

Return

(string) The modified excerpt read more link, if required.


Top ↑

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 );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.10 Introduced.