Creación ubicación para menu footer
Creación ubicación para menu footer
if ( ! function_exists( 'CC_ubicación_menu_footer' ) ) { // Register Navigation Menus function CC_ubicación_menu_footer() { $locations = array( 'ubicacion-footer' => __( 'Menu Footer', 'CC_ubicación_menu_footer' ), ); register_nav_menus( $locations ); } add_action( 'init', 'CC_ubicación_menu_footer' ); }