Skip to content

Instantly share code, notes, and snippets.

@zorca
Last active January 2, 2020 14:55
Show Gist options
  • Save zorca/0a45346a60d5c1599ff77bd3a7d51b50 to your computer and use it in GitHub Desktop.
Save zorca/0a45346a60d5c1599ff77bd3a7d51b50 to your computer and use it in GitHub Desktop.
<?php
/**
* Main config file
*/
return array(
'paths' => array(
'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