mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-27 18:02:23 +08:00
3.1.1
This commit is contained in:
parent
b3f8c93498
commit
0cd8c43f84
6 changed files with 39 additions and 21 deletions
|
@ -98,7 +98,7 @@ add_action( 'after_setup_theme', 'magaziner_setup' );
|
|||
/* ------------------------------------ */
|
||||
add_action( 'wp', function() {
|
||||
require_once 'functions/nav.php';
|
||||
$nav = new \AlxMedia\Nav();
|
||||
$nav = new \Magaziner\Nav();
|
||||
$nav->enqueue(
|
||||
[
|
||||
'script' => 'js/nav.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue