Definition:
function wp_menu_unfold() {}
Source code
function wp_menu_unfold() {
if ( isset($_GET['unfoldmenu']) ) {
delete_user_setting('mfold');
wp_redirect( remove_query_arg( 'unfoldmenu', stripslashes($_SERVER['REQUEST_URI']) ) );
exit;
}
}
3911

February 12, 2011 


No comments yet... Be the first to leave a reply!