📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:47:21
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
Api
/
Pagination
✏️
Editing: PageInfo.php
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Api\Pagination; /** * Pagination metadata for a connection. */ class PageInfo { public bool $has_next_page; public bool $has_previous_page; public ?string $start_cursor; public ?string $end_cursor; }
💾 Save Changes
❌ Cancel