🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 09:11:36 | 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: title-data-provider-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong namespace Yoast\WP\SEO\Editors\Framework\Seo; interface Title_Data_Provider_Interface { /** * Retrieves the title template. * * @param bool $fallback Whether to return the hardcoded fallback if the template value is empty. Default true. * * @return string The title template. */ public function get_title_template( bool $fallback = true ): string; }
💾 Save Changes
❌ Cancel