widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) ); add_filter( 'show_recent_comments_widget_style', '__return_false' ); } add_action( 'widgets_init', 'pwwp_remove_recent_comments_style' ); // Add custom script to options page in theme. // Hides/Shows various sections based on other options that are set. add_action( 'optionsframework_custom_scripts', 'optionsframework_custom_scripts' ); function optionsframework_custom_scripts() { ?>