name || 'Espania' == $theme->parent_theme ) { define( 'ADDONS_ESPANIA_DIR', dirname( __FILE__ ) ); define( 'ADDONS_ESPANIA_URL', plugins_url( '', __FILE__ ) ); // Shortcodes include_once( "shortcodes/shortcodes.php" ); include_once( "shortcodes/shortcodes-init.php" ); // Widgets include_once( "widgets/widget-flickr.php" ); include_once( "widgets/widget-instagram.php" ); include_once( "widgets/widget-facebook-box.php" ); include_once( "widgets/widget-posts.php" ); include_once( "widgets/widget-comments.php" ); include_once( "widgets/widget-video.php" ); include_once( "widgets/widget-social-icons.php" ); // Custom custom posts types and taxonomies include_once( "posts/custom-post-types.php" ); // Metabox components include_once( "meta-box/meta-box.php" ); include_once( "meta-box/metaboxes-init.php" ); }