Skip to content

Instantly share code, notes, and snippets.

View Rootdiv's full-sized avatar
💻
Web-development

Vladimir Rootdiv

💻
Web-development
View GitHub Profile
@Rootdiv
Rootdiv / functions.php
Last active December 3, 2021 09:00 — forked from aislam23/functions.php
for Article! Navbar B-4
class bootstrap_4_walker_nav_menu extends Walker_Nav_menu {
function start_lvl( &$output, $depth = 0, $args = array() ){ // ul
$indent = str_repeat("\t",$depth); // indents the outputted HTML
$submenu = ($depth > 0) ? ' sub-menu' : '';
$output .= "\n$indent<ul class=\"dropdown-menu$submenu depth_$depth\">\n";
}
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ){ // li a span