accell/acf-nav-menu 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

accell/acf-nav-menu

最新稳定版本:v1.0.1

Composer 安装命令:

composer require accell/acf-nav-menu

包简介

ACF field that allows you to select a nav menu.

README 文档

README

A navigation menu field for ACF.

Requirements

Installation

Bedrock

Install via Composer:

$ composer require accell/acf-nav-menu

Manual

Download the release .zip and install into wp-content/plugins.

Usage

Calling the field will return an ID, object, or raw HTML depending on how you've configured the field.

ACF Composer

If you are on Sage 10 and using Log1x's ACF Composer package:

$field
  ->addField('my_nav_field', 'nav_menu')
    ->setConfig('return_format' => 'id')
    ->setConfig('allow_null' => 0)
    ->setConfig('container' => 'div');

Bug Reports

If you discover a bug in ACF Nav Menu, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

ACF Nav Menu is provided under the MIT License.

统计信息

  • 总下载量: 977
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-01