🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 05:23:19 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
generators
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/generators
🔄 Refresh
✏️
Editing: generator-interface.php
Writable
<?php namespace Yoast\WP\SEO\Generators; use Yoast\WP\SEO\Context\Meta_Tags_Context; interface Generator_Interface { /** * Returns a string, or other Thing that the associated presenter can handle. * * @param Meta_Tags_Context $context The meta tags context. * * @return mixed */ public function generate( Meta_Tags_Context $context ); }
💾 Save Changes
❌ Cancel