📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:56:09
📂
/ (Root)
/
home
/
apkbfjox
/
casinos.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
editors
/
framework
/
seo
📍 /home/apkbfjox/casinos.com.pk/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