wpseo_llmstxt_link_description

wpseo_llmstxt_link_description

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.26.3

apply_filters('wpseo_llmstxt_link_description') is found 1 times:

  • /src/llms-txt/infrastructure/markdown-services/content-types-collector.php line 91
    				 * @param string $link_description The description of the link.
    				 * @param string $post_id          The ID of the post that is being added as a link.
    				 * @param string $post_type        The post type of the post that is being added as a link.
    				 */
    				$link_description = \apply_filters( 'wpseo_llmstxt_link_description', $post->get_description(), $post->get_id(), $post_type_object->name );
    
    				$post_link = new Link( $post->get_title(), $post->get_url(), $link_description );
    				$post_links->add_link( $post_link );
    			}
    
    			$link_list[] = $post_links;