supercache_admin_bar_render()
No Hooks.
Return
null
. Nothing (null).
Usage
supercache_admin_bar_render();
supercache_admin_bar_render() supercache admin bar render code WPSCache 1.12.4
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 ); }