supercache_admin_bar_render()
No Hooks.
Returns
null. Nothing (null).
Usage
supercache_admin_bar_render();
supercache_admin_bar_render() supercache admin bar render code WPSCache 3.1.1
function supercache_admin_bar_render() {
global $wp_admin_bar;
if ( function_exists( '_deprecated_function' ) ) {
_deprecated_function( __FUNCTION__, 'WP Super Cache 1.6.4' );
}
wpsc_admin_bar_render( $wp_admin_bar );
}