PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   WLTDO WooCommerce Product Edit and Admin Module   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WLTDO WooCommerce Product Edit and Admin Module
Customize WooCommerce product edit pages
Author: By
Last change:
Date: 2 years ago
Size: 448 bytes
 

Contents

Class file image Download
{ "name": "wooletthedevsout/product-admin", "description": "WLTDO module for product admin and edit implementations.", "type": "library", "license": "MIT", "authors": [ { "name": "carlos", "email": "geral@meuppt.pt" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "wooletthedevsout\\Product\\Admin\\": "src/" } } }