承接 dannyvanholten/acf-ninjaforms-add-on 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

dannyvanholten/acf-ninjaforms-add-on

Composer 安装命令:

composer require dannyvanholten/acf-ninjaforms-add-on

包简介

Advanced Custom Fields: Ninjaforms Add-on

README 文档

README

Advanced Custom Field with which we can select Ninjaforms.

Finally the Advanced Custom Fields: Ninjaforms Add-on is available on the WordPress plugin repository!

Getting started

The plugin is available from the WordPress plugin repository

  1. Upload the plugin files to the /wp-content/plugins/acf-ninjaforms-add-on directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin
  4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)

You can also install Advanced Custom Fields: Ninjaforms Add-on trough composer

composer require dannyvanholten/acf-ninjaforms-add-on

or if you make use of WPackagist

composer require wpackagist/acf-ninjaforms-add-on

Using Advanced Custom Fields: Ninjaforms Add-on

To use the the field you just need to know how advanced custom fields work. You can check out their documentation

The Ninjaforms Add-on returns either an single form object / id or an array of objects / id's Now we know that we can easily use it to build our fields :)

If you return an ID

$form = get_field('my-form');
Ninja_Forms()->display($form);

If you return an Object

$form = get_field('my-form');
Ninja_Forms()->display($form->get_id());

If you return multiple Form ID's

$forms = get_field('my-form');

foreach($forms as $form) {
    Ninja_Forms()->display($form);
}

Getting involved

Want to get involved and improve Advanced Custom Fields: Ninjaforms Add-on? Fork this repo and whenever you have something just make a pull request. After review we might add it to the ACF Ninjaforms Add-On GitHub Repository.

Getting ahead

As Ninjaforms & Advanced Custom Fields are continuously in development we like to take a look ahead together for what's coming. If you want to get involved developing Advanced Custom Fields: Ninjaforms Add-on you can ask us if you can implement some of the features yourself.

  • Add dutch translations

Credits

This plug-in is based on the ACF Gravityforms Add-On

dannyvanholten/acf-ninjaforms-add-on 适用场景与选型建议

dannyvanholten/acf-ninjaforms-add-on 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 80 次下载、GitHub Stars 达 9, 最近一次更新时间为 2017 年 06 月 08 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 dannyvanholten/acf-ninjaforms-add-on 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 dannyvanholten/acf-ninjaforms-add-on 我们能提供哪些服务?
定制开发 / 二次开发

基于 dannyvanholten/acf-ninjaforms-add-on 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2017-06-08