PATH:
home
/
letacommog
/
menuiserie-convert
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
presenters
<?php /** * Abstract presenter class. * * @package Yoast\YoastSEO\Presenters */ 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(); } }
[+]
..
[-] title-presenter.php
[edit]
[-] rel-prev-presenter.php
[edit]
[-] abstract-indexable-presenter.php
[edit]
[-] breadcrumbs-presenter.php
[edit]
[-] bingbot-presenter.php
[edit]
[-] robots-presenter.php
[edit]
[+]
open-graph
[-] abstract-indexable-tag-presenter.php
[edit]
[-] schema-presenter.php
[edit]
[-] abstract-presenter.php
[edit]
[-] rel-next-presenter.php
[edit]
[+]
admin
[-] canonical-presenter.php
[edit]
[+]
debug
[+]
twitter
[-] googlebot-presenter.php
[edit]
[-] meta-description-presenter.php
[edit]
[+]
webmaster