fastlinemedia / customizer-export-import

Adds a settings export/import section to the WordPress customizer.
43 stars 13 forks source link

Embedding in theme #7

Closed hiro288 closed 8 years ago

hiro288 commented 8 years ago

Hi, Can i include it directly as a library in a theme?

fastlinemedia commented 8 years ago

I haven't tried doing that before but it might work out of the box. If not, you can use tgm plugin activation to include it in your theme... http://tgmpluginactivation.com/

hiro288 commented 8 years ago

It worked! i just changed the constants.

define( 'CEI_PLUGIN_DIR', wp_normalize_path( dirname( __FILE__ ) . '/') ); define( 'CEI_PLUGIN_URL', get_stylesheet_directory_uri() . '/options/cei' );

fastlinemedia commented 8 years ago

I'm glad to hear that worked!