이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

CMB2 Admin Extension

설명

CMB2 Admin Extension adds a user interface for admins to create CMB2 meta boxes from the WordPress admin.

CMB2 Admin Extension requires the most current version of the CMB2 plugin. You can find that here . And you can find documentation on CMB2 here.

Features:

  • Publish meta boxes from the post edit screen for the post edit screen

Translation

  • French
  • Portuguese
  • All are welcome

Documentation

3rd Party Resources

Custom Field Types

Contribution

All contributions welcome. Please read the CONTRIBUTING doc for more details.

설치

  1. Extract the .zip file for this plugin and upload its contents to the /wp-content/plugins/ directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.
  2. Activate the plugin through the “Plugins” menu in WordPress.

FAQ

FAQ’s usually end up in the github wiki.

Installation Instructions
  1. Extract the .zip file for this plugin and upload its contents to the /wp-content/plugins/ directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.
  2. Activate the plugin through the “Plugins” menu in WordPress.

후기

2018년 1월 11일
Thank you for developing and sharing this extension. Works great with my 4.9.1 installation. It would be great if you could also add admin UI support for the CMB2 Tabs add-on.
모든 3 평가 읽기

기여자 & 개발자

“CMB2 Admin Extension”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“CMB2 Admin Extension”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “CMB2 Admin Extension”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2.3 beta 04.23.2018

  • Fix headers already sent warning.

0.2.2 beta 04.23.2018

  • Show different example code for repeatable groups.

0.2.1 beta 04.23.2018

  • Fix show / hide repeatable group additional options.

0.2.0 beta 04.23.2018

  • Add the option to add fields to a repeatable group.
  • Fix showing the correct support fields when adding / removing a field to a metabox.

0.1.8 beta 04.06.2018

  • Fix the argument order in the wp_enqueue_script call.

0.1.7 beta 11.07.2017

  • Display usage functions like “get_post_meta” with generated meta key.
  • Update codebase to comply with the latest coding standards. Props @jrfnl
  • Correct portuguese (pt_PT) translated previously changed. Props @pedro-mendonca

0.1.6 beta 10.19.2017

0.1.5 beta 12.06.2016

  • Fix color picker background bug.

0.1.4 beta 09.06.2016

  • Fix currency symbol and a few other field specific args.

0.1.3 beta 07.12.2016

  • Tidying up and refactoring, thanks to phpcs and phpmd.

0.1.2 beta 06.29.2016

0.1.1 beta 06.26.2016

  • Disable the group field type and the default option until support is added.

0.1.0 beta 06.26.2016

  • Some much needed refactoring.

0.0.9 beta 06.26.2016

  • Fix load_textdomain.

0.0.8 beta 06.26.2016

  • Show hide option fields based on field type selected under the meta_box post type.

0.0.7 beta 06.25.2016

  • Added support for the rest of the Custom, Field Attributes.

0.0.6 beta 06.23.2016

  • Add option to select which taxonomy should be used for taxonomy based fields.

0.0.5 beta 06.23.2016

  • Minor field output fixes.

0.0.4 beta 06.22.2016

  • Simplify admin notices, this fixes fatal error.

0.0.3 beta 01.24.2016

  • All thanks to jrfnl
  • Synced the GH repo with the WP repo to make sure it was up to date.
  • Removed some files from the repo which shouldn’t have been there in the first place.
  • The readme wasn’t properly parsable for the WP repo, fixed that.
  • Fixed the plugin header which referred to the wrong plugin.
  • Use CMB2_LOADED constant to check for CMB2.
  • Prefix the CMB2_PLUGIN_FILE constant so as not to confuse it with one coming from CMB2 native.
  • Don’t hard-code the path to the plugins directory.
  • Properly encode variables used in the activation url.
  • Don’t add the $cmb2 variable to the global namespace.
  • Prevent conflict in the global namespace by wrapping things in ! defined() and ! function_exists()
  • Fixed the is_cmb2_allowed() function which did not allow for new installs. The result of that was that after activation the plugin no longer showed in the plugins list, didn’t show in the admin menu, couldn’t be used nor deactivated, so rendered itself effectively useless.
  • Fixed undefined index notices. See: https://wordpress.org/support/topic/not-working-1299
  • Make settings page title translatable.

0.0.2 beta 06.15.2015

  • Hide UI for disallowed users. Previously only hid plugin table rows.

0.0.1 beta 06.10.2015

  • Initial release, is working but could use a lot more features.