post_type, 'bizznis-rel-author' ) && isset( $post->post_author ) && $gplus_url = get_user_option( 'googleplus', $post->post_author ) ) { printf( '' . "\n", esc_url( $gplus_url ) ); return; } # If the appropriate information has been entered for an individual author archive if ( is_author() && get_query_var( 'author' ) && $gplus_url = get_user_option( 'googleplus', get_query_var( 'author' ) ) ) { printf( '' . "\n", esc_url( $gplus_url ) ); return; } } /** * Deprecated. Push individual setting (or group of setting) into an options db entry stored as an array. * * @since 1.0.0 * @deprecated 1.1.0 */ function _bizznis_update_settings( $new, $setting = null ) { _deprecated_function( __FUNCTION__, '1.1.0', "bizznis_update_setting" ); bizznis_update_settings( $new, $setting ); } /** * Deprecated. Ouput site title. * * @since 1.0.0 * @deprecated 1.1.0 */ function bizznis_seo_site_title() { _deprecated_function( __FUNCTION__, '1.1.0', "bizznis_update_setting" ); bizznis_site_title(); } /** * Deprecated. Ouput site tagline. * * @since 1.0.0 * @deprecated 1.1.0 */ function bizznis_seo_site_description() { _deprecated_function( __FUNCTION__, '1.1.0', "bizznis_update_setting" ); bizznis_site_description(); } /** * Deprecated. Output the title, wrapped in title tags. * * @since 1.0.0 * @deprecated 1.1.4 */ if ( ! function_exists( '_wp_render_title_tag' ) ) : add_action( 'wp_head', 'bizznis_do_title', 1 ); function bizznis_do_title() { _deprecated_function( __FUNCTION__, '1.1.4', "_wp_render_title_tag" ); ?>