File "AdminPage.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/flexible-shipping/vendor_prefixed/octolize/wp-shipping-extensions/src/ShippingExtensions/AdminPage.php
File size: 302 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor\Octolize\ShippingExtensions;
/**
* .
*/
trait AdminPage
{
/**
* @return bool
*/
public function is_shipping_extensions_page() : bool
{
return (\get_current_screen()->id ?? '') === \FSVendor\Octolize\ShippingExtensions\Page::SCREEN_ID;
}
}