Skip to content

Instantly share code, notes, and snippets.

@zorca
Created January 2, 2020 14:48
Show Gist options
  • Save zorca/8a173e5af845b1c24eb32b949a8b868a to your computer and use it in GitHub Desktop.
Save zorca/8a173e5af845b1c24eb32b949a8b868a to your computer and use it in GitHub Desktop.
<?php
/**
* Main config file
*/
return array(
'paths' => [
'core' => WPSEED_WIDGETIZER_PATH . '/widgets',
'marketplace' => WP_CONTENT_DIR . '/widgetizer',
'user' => STYLESHEETPATH . '/widgetizer/elementor',
],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment