Switch language

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




wp_ajax_menu_locations_save [ WordPress Function ]

wp_ajax_menu_locations_save ( No parameters )
Defined at:



No description yet.

Source


<?php
function wp_ajax_menu_locations_save() {
    if ( ! 
current_user_can'edit_theme_options' ) )
        
wp_die( -);
    
check_ajax_referer'add-menu_item''menu-settings-column-nonce' );
    if ( ! isset( 
$_POST['menu-locations'] ) )
        
wp_die);
    
set_theme_mod'nav_menu_locations'array_map'absint'$_POST['menu-locations'] ) );
    
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