Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_ajax_update_welcome_panel [ WordPress Function ]

wp_ajax_update_welcome_panel ( No parameters )
Defined at:



No description yet.

Source


<?php
function wp_ajax_update_welcome_panel() {
    
check_ajax_referer'welcome-panel-nonce''welcomepanelnonce' );

    if ( ! 
current_user_can'edit_theme_options' ) )
        
wp_die( -);

    
update_user_metaget_current_user_id(), 'show_welcome_panel', empty( $_POST['visible'] ) ? );

    
wp_die);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics