PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
presenters
<?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(); } }
[+]
twitter
[-] robots-txt-presenter.php
[edit]
[-] canonical-presenter.php
[edit]
[+]
webmaster
[-] title-presenter.php
[edit]
[-] meta-author-presenter.php
[edit]
[+]
admin
[+]
slack
[-] schema-presenter.php
[edit]
[-] breadcrumbs-presenter.php
[edit]
[+]
open-graph
[-] meta-description-presenter.php
[edit]
[-] abstract-indexable-presenter.php
[edit]
[-] score-icon-presenter.php
[edit]
[-] rel-next-presenter.php
[edit]
[-] url-list-presenter.php
[edit]
[+]
..
[-] abstract-presenter.php
[edit]
[-] rel-prev-presenter.php
[edit]
[+]
debug
[-] abstract-indexable-tag-presenter.php
[edit]
[-] robots-presenter.php
[edit]