/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
presenters
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/wordpress-seo/src/presenters
Edit:
/home/melaqxso/public_html/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php
<?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(); } }
Ukuran: 377 B