' . $style_generator->generate_css( 'af' ) . ''; echo ''; } /** * Replace the_excerpt "more" text with a link * @todo Move to a better place. */ function pagespeed_new_excerpt_more( $more ) { if ( is_admin() ) { return $more; } return ''; } add_filter( 'excerpt_more', 'pagespeed_new_excerpt_more' );