🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:23:52 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
presenters
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/presenters
🔄 Refresh
✏️
Editing: abstract-presenter.php
Writable
<?php namespace Yoast\WP\SEO\Presenters; /** * Abstract_Presenter class. */ abstract class Abstract_Presenter { /** * Returns the output as string. * * @return string The output. */ abstract public function present(); /** * Returns the output as string. * * @return string The output. */ public function __toString() { return $this->present(); } }
💾 Save Changes
❌ Cancel