• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Meta Box AIO - WordPress Custom Fields Plugin

Meta Box AIO - WordPress Custom Fields Plugin 3.3.0 NULLED

**Highlights:**

- Allow models to add more features: `author`, `published_date`, `modified_date` via the `supports` parameter. [Learn more about it](https://docs.metabox.io/extensions/mb-custom-table/#usage). This version also simplifies the API for creating custom tables for models. You don't need to pass the last parameter for auto increament anymore. The plugin will auto handle that for you. This makes the code to create custom tables consistent for both normal posts/terms/users and models.
- Add width settings for admin columns, which allows you to define custom width for a column. You can set the width in the builder, or set via parameter `width`, like: `'width' => '10%'`.
- Add a new block for adding a view in the block editor
- Add auto login for register form. To enable it, set `'auto_login'="true"` to the register shortcode.
- Add toggle status column settings for quickly toggle Published/Draft status for custom post types.

**Other changes:**

- Fix bug with `meta_box_sanitize_cb` when importing custom post types from ACF
- WPML integration: filter helper functions to get the translated IDs for `post` field
- Fix cloning `post` field not clearing the value
- Remove IDs for custom HTML, divider, heading fields in the structure panel, and for custom HTML field in the preview area
- Fix parsing prefix for tabs
- Fix required URL & email fields preventing saving
- Fix cannot save field group again if saving it without title and ID
- Local JSON: fix custom table name not containing prefix
- Do not show default user forms & fields in the admin

2.3.1 - 2025-07-18​

  • Fix error when defining block supports for anchor
  • Fix compatibility of the conditional logic with the site editor (full-site editing)
  • Like
Reactions: Kensei1212
### 2.2.3 - 2025-06-23

- Fix issue translating empty groups with WPML/Polylang
- Add German translation
2.2.1 - 2025-05-21
  • Fix datetime field returns null
  • Fix single image field not working with Polylang Pro
  • Fix fields_translations settings still available and grows rapidly event when Polylang is not active
  • Fix reveal password not working
  • Fix WPML integration with some languages
  • Fix error when adding additional CSS class to the Profile block
  • Fix reCaptcha not working for user profile forms when password strength is disabled
2.2.0 - 2025-05-08

Highlights:
Add integration for Polylang & improve the integration with WPML: allow translating settings pages/relationships/fields' labels and also value. For more details, please see this blog post.

Other changes:
  • Add button to toggle password (#1630)
  • Add gesture handling support for OSM field (#1631)
  • Relationship admin filter: add localization for select2 and fix select2 width (#91)
  • Datetime & select2: use user's locale instead of site's locale
  • Fix conditional logic performance issue with new Builder's Local JSON feature, and improve performance for the block editor.
  • Fix cloneable group issue with special characters with Elementor
  • Like
Reactions: Kensei1212
2.1.1 - 2025-04-18
  • Fix tab not rendering when using builder.
  • Fix block not showing in the Inserter in WordPress 6.8.
2.1.0 - 2025-04-01
New feature: local JSON, which allows you to use JSON to define field groups, and eliminate querying database.
2.0.3 - 2025-03-14
Redesign the dashboard
2.0.2 - 2025-02-25
Fix not showing "Add new" button for cloneable fields.
Top