📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:28:33
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
schema-aggregator
/
domain
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/schema-aggregator/domain
🔄 Refresh
✏️
Editing: schema-piece-repository-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Schema_Aggregator\Domain; /** * Schema piece repository interface. */ interface Schema_Piece_Repository_Interface { /** * Gets schema pieces by indexable IDs. * * @param int $page The page number. * @param int $page_size The number of items per page. * @param string $post_type The post type to filter by. * * @return Schema_Piece_Collection The schema pieces. */ public function get( int $page, int $page_size, string $post_type ): Schema_Piece_Collection; }
💾 Save Changes
❌ Cancel