Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

CMB2 Admin Extension

Descrição

O CMB2 Admin Extension adiciona uma interface de administração para criar metaboxes do CMB2 a partir da administração do WordPress.

O CMB2 Admin Extension depende da última versão do plugin CMB2. Pode encontrá-lo aqui. Pode encontrar documentação sobre o CMB2 aqui.

Funcionalidades:

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

Tradução

  • French
  • Portuguese
  • All are welcome

Documentação

Recursos de terceiros

Custom Field Types

Contribuir

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

Instalação

  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.

Perguntas frequentes

As perguntas frequentes poderão ser encontradas na wiki do GitHub.

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.

Avaliações

11 Janeiro, 2018
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.
Ler todas as 3 avaliações

Contribuidores e programadores

“CMB2 Admin Extension” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

“CMB2 Admin Extension” foi traduzido para 1 locale. Obrigado aos tradutores pelas suas contribuições.

Traduza o “CMB2 Admin Extension” para o seu idioma.

Interessado no desenvolvimento?

Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.

Registo de alterações

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.