aioseo_llms_term_description

aioseo_llms_term_description

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.9.3

apply_filters('aioseo_llms_term_description') is found 1 times:

  • /app/Common/Llms/Llms.php line 405
    		$title   = apply_filters( 'aioseo_llms_term_title', $term->name, $term );
    		$content = '- [' . aioseo()->helpers->decodeHtmlEntities( $title ) . '](' . aioseo()->helpers->decodeUrl( get_term_link( $term, $taxonomy ) ) . ')';
    
    		$description = aioseo()->meta->description->getTermDescription( $term );
    		$description = apply_filters( 'aioseo_llms_term_description', $description, $term );
    		if ( ! empty( $description ) ) {
    			$content .= ' - ' . aioseo()->helpers->decodeHtmlEntities( $description );
    		}
    
    		$content .= "\n";