Submit
Path:
~
/
home
/
getwphos
/
www
/
deerguard
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
llms-txt
/
domain
/
markdown
/
items
/
File Content:
item-interface.php
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded namespace Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Items; use Yoast\WP\SEO\Llms_Txt\Application\Markdown_Escaper; /** * Represents a markdown item. */ interface Item_Interface { /** * Renders the item. * * @return string */ public function render(): string; /** * Escapes the markdown content. * * @param Markdown_Escaper $markdown_escaper The markdown escaper. * * @return void */ public function escape_markdown( Markdown_Escaper $markdown_escaper ): void; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
item-interface.php
560 bytes
0644
link.php
1166 bytes
0644
N4ST4R_ID | Naxtarrr