PATH:
home
/
letacommog
/
gdiags.fr
/
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(); } }
[+]
..
[-] abstract-presenter.php
[edit]
[+]
admin
[+]
slack
[-] rel-next-presenter.php
[edit]
[+]
twitter
[-] meta-description-presenter.php
[edit]
[-] abstract-indexable-presenter.php
[edit]
[+]
open-graph
[-] rel-prev-presenter.php
[edit]
[-] googlebot-presenter.php
[edit]
[-] breadcrumbs-presenter.php
[edit]
[-] url-list-presenter.php
[edit]
[-] bingbot-presenter.php
[edit]
[+]
webmaster
[-] schema-presenter.php
[edit]
[-] canonical-presenter.php
[edit]
[-] abstract-indexable-tag-presenter.php
[edit]
[-] robots-presenter.php
[edit]
[-] title-presenter.php
[edit]
[+]
debug