_bind();
if ( empty( $root ) ) {
return;
}
$class = 'nojq nojs';
if ( wp_is_mobile() ) {
$class .= ' mobile';
}
?>
children as $group ) {
if ( $group->id !== 'top-secondary' ) {
$this->_render_group( $group );
}
}
if ( is_admin() ) {
do_action( 'pxlbsadminify/before/secondary_menu' );
}
foreach ( $root->children as $group ) {
if ( $group->id === 'top-secondary' ) {
$this->_render_group( $group );
}
}
?>