'; } /** * Force full width * */ add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' ); /** * Add stylesheet (with dashicons as a dependency) * */ function cc_audioalbum_popup_css() { wp_enqueue_style( 'audioalbum-popup', plugin_dir_url( dirname(__FILE__) ) . 'css/audioalbum-popup.css', array('dashicons'), CC_AUDIOALBUM_VERSION ); } add_action('wp_enqueue_scripts', 'cc_audioalbum_popup_css' ); genesis();