📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 13:50:27
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
frontend
/
schema
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema
🔄 Refresh
✏️
Editing: interface-wpseo-graph-piece.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Frontend\Schema */ if ( ! interface_exists( 'WPSEO_Graph_Piece' ) ) { /** * An interface for registering Schema Graph Pieces. * * @since 10.2 * @deprecated 14.0 */ interface WPSEO_Graph_Piece { /** * Add your piece of the graph. * * @return array|bool 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(); } }
💾 Save Changes
❌ Cancel