Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
www
/
wp-content
/
plugins
/
woocommerce
/
includes
/
abstracts
/
Filename :
abstract-wc-address-provider.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php declare( strict_types=1 ); if ( ! defined( 'ABSPATH' ) ) { exit; } /** * WooCommerce Address Provider Class. * * Extended by address providers to handle address provision, for autocomplete, maps, etc. * * @class WC_Address_Provider * @version 9.9.0 * @package WooCommerce\Abstracts */ abstract class WC_Address_Provider { /** * Unique ID for the address provider. * * @var string */ public $id; /** * Provider name. * * @var string */ public $name; /** * Optional HTML element to display for branding purposes (e.g. "powered by ..."). * * @var string */ public $branding_html = ''; }