/home/techb158/l2hypotheques.com/wp-content/plugins/woocommerce/src/StoreApi
NameSizeModeActions
Exceptions/-0755rm
Formatters/-0755rm
Payments/-0755rm
Routes/-0755rm
Schemas/-0755rm
Utilities/-0755rm
Authentication.php141910644editdlrm
deprecated.php81590644editdlrm
Formatters.php12390644editdlrm
functions.php27660644editdlrm
Legacy.php31610644editdlrm
RoutesController.php69280644editdlrm
SchemaController.php34240644editdlrm
SessionHandler.php27750644editdlrm
StoreApi.php36060644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/woocommerce/src/StoreApi/Formatters.php (1239B)
formatters[ $name ] ) ) { if ( defined( 'WP_DEBUG' ) && WP_DEBUG && current_user_can( 'manage_woocommerce' ) ) { throw new Exception( $name . ' formatter does not exist' ); } return new DefaultFormatter(); } return $this->formatters[ $name ]; } /** * Register a formatter class for usage. * * @param string $name Name of the formatter. * @param string $class A formatter class name. */ public function register( $name, $class ) { $this->formatters[ $name ] = new $class(); } }