'Shows the first ePaper Channel' )); wp_register_widget_control('1000grad-ePaper','1000grad-ePaper', array($epaperWpOptions,'epaperWidgetControl')); //wp_register_sidebar_widget('1000grad-ePaper-2','1000°ePaper #2', array($epaperWpOptions, 'epaperWidget2'), // array('description' => 'Shows the second ePaper Channel')); //wp_register_widget_control('1000grad-ePaper-2','1000grad-ePaper #2', array(EpaperWpOptions, 'epaperWidgetControl2')); add_action( 'add_meta_boxes', array( $epaperWpOptions, 'addEpaperMetaBox' ) ); add_filter('the_posts', array($epaperWpOptions,'conditionally_add_scripts_and_styles'));