update to bootstrap 5.2.3 continued
This commit is contained in:
@ -335,9 +335,14 @@ class Plugin {
|
||||
}
|
||||
|
||||
public function loadFooterNav() {
|
||||
if ( !empty( $this->footer_links ) ) {
|
||||
foreach( $this->footer_links as $key => $link ) {
|
||||
Navigation::addLink( App::FOOTER_MENU_NAME, $link );
|
||||
if ( !empty( $this->contact_footer_links ) ) {
|
||||
foreach( $this->contact_footer_links as $key => $link ) {
|
||||
Navigation::addLink( App::CONTACT_FOOTER_MENU_NAME, $link );
|
||||
}
|
||||
}
|
||||
if ( !empty( $this->info_footer_links ) ) {
|
||||
foreach( $this->info_footer_links as $key => $link ) {
|
||||
Navigation::addLink( App::INFO_FOOTER_MENU_NAME, $link );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user