├── .gitignore ├── README.md ├── class-wp-bootstrap-mega-navwalker.php ├── composer.json ├── composer.lock └── phpcs.xml /.gitignore: -------------------------------------------------------------------------------- 1 | vendor/* -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wp-bootstrap/WP-Bootstrap-MegaMenu-Navwalker/HEAD/README.md -------------------------------------------------------------------------------- /class-wp-bootstrap-mega-navwalker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wp-bootstrap/WP-Bootstrap-MegaMenu-Navwalker/HEAD/class-wp-bootstrap-mega-navwalker.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wp-bootstrap/WP-Bootstrap-MegaMenu-Navwalker/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wp-bootstrap/WP-Bootstrap-MegaMenu-Navwalker/HEAD/composer.lock -------------------------------------------------------------------------------- /phpcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wp-bootstrap/WP-Bootstrap-MegaMenu-Navwalker/HEAD/phpcs.xml --------------------------------------------------------------------------------