Hooks::action_include_filters_excerpt()

Includes includes edge cases for filtering when we need to manually overwrite theme’s read more link when excerpt is cut programmatically.

See also


Top ↑

Return

(void)


Top ↑

Source

File: src/Tribe/Views/V2/Hooks.php

	public function action_include_filters_excerpt() {
		add_filter( 'excerpt_more', [ $this, 'filter_excerpt_more' ], 50 );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.11 Introduced.