🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 09:11:11 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
editors
/
framework
/
seo
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/editors/framework/seo
🔄 Refresh
✏️
Editing: description-data-provider-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Editors\Framework\Seo; interface Description_Data_Provider_Interface { /** * Retrieves the description template. * * @return string The description template. */ public function get_description_template(): string; /** * Determines the date to be displayed in the snippet preview. * * @return string */ public function get_description_date(): string; }
💾 Save Changes
❌ Cancel