PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
woocommerce-admin
/
src
/
API
<?php /** * REST API Data countries controller. * * Handles requests to the /data/countries endpoint. * * @package WooCommerce Admin/API */ namespace Automattic\WooCommerce\Admin\API; defined( 'ABSPATH' ) || exit; /** * REST API Data countries controller class. * * @package WooCommerce Admin/API * @extends WC_REST_Data_Countries_Controller */ class DataCountries extends \WC_REST_Data_Countries_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'wc-analytics'; }
[+]
..
[-] OnboardingProfile.php
[edit]
[-] Customers.php
[edit]
[-] Themes.php
[edit]
[-] OnboardingPlugins.php
[edit]
[-] ProductReviews.php
[edit]
[-] Leaderboards.php
[edit]
[-] Options.php
[edit]
[-] ProductCategories.php
[edit]
[-] ProductVariations.php
[edit]
[-] NoteActions.php
[edit]
[-] Taxes.php
[edit]
[-] Products.php
[edit]
[-] OnboardingThemes.php
[edit]
[-] Notes.php
[edit]
[-] SettingOptions.php
[edit]
[+]
Reports
[-] Init.php
[edit]
[-] OnboardingTasks.php
[edit]
[-] Data.php
[edit]
[-] DataCountries.php
[edit]
[-] Orders.php
[edit]
[-] Coupons.php
[edit]
[-] DataDownloadIPs.php
[edit]