PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
plugins
/
wordpress-seo-premium
/
frontend
/
schema
<?php /** * WPSEO plugin file. * * @package WPSEO\Frontend\Schema */ if ( ! interface_exists( 'WPSEO_Graph_Piece' ) ) { /** * An interface for registering Schema Graph Pieces. * * @since 10.2 */ interface WPSEO_Graph_Piece { /** * Add your piece of the graph. * * @return array|bool $graph A graph piece on success, false on failure. */ public function generate(); /** * Determines whether or not a piece should be added to the graph. * * @return bool */ public function is_needed(); } }
[+]
..
[-] class-schema-person.php
[edit]
[-] class-schema-faq-question-list.php
[edit]
[-] class-schema-author.php
[edit]
[-] class-schema-faq.php
[edit]
[-] class-schema-organization.php
[edit]
[-] class-schema-website.php
[edit]
[-] class-schema-context.php
[edit]
[-] class-schema-webpage.php
[edit]
[-] interface-wpseo-graph-piece.php
[edit]
[-] class-schema-breadcrumb.php
[edit]
[-] class-schema-ids.php
[edit]
[-] class-schema-article.php
[edit]
[-] class-schema-main-image.php
[edit]
[-] class-schema.php
[edit]
[-] class-schema-image.php
[edit]
[-] class-schema-faq-questions.php
[edit]