���� JFIF adgknasdgsa
Server IP : 191.96.144.35 / Your IP : 3.144.25.197 Web Server : LiteSpeed System : Linux us-imm-web537.main-hosting.eu 4.18.0-513.11.1.lve.el7h.x86_64 #1 SMP Thu Jan 18 15:21:24 UTC 2024 x86_64 User : u547896322 ( 547896322) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/cache/./hostinger-wp-cli-packages/ |
Upload File : |
# Hostinger WP-CLI Packages A collection of WP-CLI commands for managing WooCommerce and WordPress websites. ## Installation ### 1. Clone the Repository If you haven't already, navigate to your WordPress project root and install the package manually: ```sh git clone <repository-url> . cd hostinger-wp-cli-packages ``` ### 2. Install via WP-CLI ```sh wp package install ./packages/get-orders ``` ### 3. Verify Installation ```sh wp package list ``` You should see `hostinger/get-orders` in the package list. ## Commands This package includes WP-CLI commands for managing WooCommerce and WordPress data. More commands may be added in the future. ### Example Command: Get Orders ```sh wp hostinger woocommerce get-orders --from-date=<YYYY-MM-DD> ```