Cartflows_WP_CLI::sync_all( array $args = array(), array $assoc_args = array() )
Sync Library.
Description
Sync the library and create the .json files.
Use: wp cartflows sync_all elementor
Use: wp cartflows sync_all beaver-builder
Use: wp cartflows sync_all gutenberg
Use: wp cartflows sync_all divi
Parameters
- $args
-
(array) (Optional) Arguments.
Default value: array()
- $assoc_args
-
(array) (Optional) Associated Arguments.
Default value: array()
Return
(void.)
Source
File: admin-core/inc/wp-cli.php
Changelog
Version | Description |
---|---|
x.x.x | Introduced. |