Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
editors
/
domain
/
seo
/
File Content:
seo-plugin-data-interface.php
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Editors\Domain\Seo; /** * This class describes the SEO data interface. */ interface Seo_Plugin_Data_Interface { /** * Returns the data as an array format. * * @return array<string> */ public function to_array(): array; /** * Returns the data as an array format meant for legacy use. * * @return array<string> */ public function to_legacy_array(): array; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
description.php
1346 bytes
0644
keyphrase.php
1528 bytes
0644
seo-plugin-data-interface.php
473 bytes
0644
social.php
2425 bytes
0644
title.php
1424 bytes
0644
N4ST4R_ID | Naxtarrr