• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Meta Box + 29 Extensions

Meta Box 1.24.2 + 5.9.4 [NULLED]

No permission to download
Thanks a lot @promowp :love:

Meta Box AIO Changelog

1.15.2 - 2021-10-25

MB Custom Post Type

  • Fix generated code if labels contain single quotes
  • Update list of Dashicons

MB Frontend Submission

  • Fix not detecting shortcode of edit page content in Oxygen Builder
  • Add filter mbfs_dashboard_query_args to modify the query args of posts in Dashboard
  • Fix post title/content are removed if the shortcode doesn't have post fields.

MB Relationships

  • Fix deleting post objects, relationships are not deleted

MB Settings Page

  • Fix style for fields in the Customizer
  • Improve style for no-boxes settings page

MB User Profile

  • Add email confirmation for registration form. Just add email_confirmation="true" to the form shortcode.

Meta Box Builder

  • Admin columns: list correct columns for terms and users, also set default value for column position.
  • Update list of Dashicons
  • Delete clone option for taxonomy field as it's not cloneable
  • Set default value of textarea field as a textarea, not input
 

Metabox Core Plugin activation snippet

Using this snippet in theme (or child theme) functions.php to remove license warning and to change license status to 'active' in the metabox core plugin. Saves me from manually editing core plugin files on metabox core plugin update.

After adding this snippet to functions.php, go to metabox license option page. The license will be added automatically once the page loads.

PHP:
add_action('admin_head', 'meta_box_add_license');
function meta_box_add_license() {
    if( !is_admin() ) {
        return;
    }
    global $hook_suffix;
    if ($hook_suffix == 'meta-box_page_meta-box-updater') {
        $value[ 'status'] = 'active';
        $value[ 'plugins'] = [];
        $value[ 'notification_dismissed' ] = true;
        $value[ 'notification_dismissed_time'] = time() * 2;
        $value[ 'api_key'] = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx';
        update_option ('meta_box_updater', $value);
    }
}

metabox-screenshot.png
 
Last edited:
how about pro extension integration limitation,
metabox core (not nulled, as I know) also block pro extension integration


Metabox Core Plugin activation snippet

Using this snippet in theme (or child theme) functions.php to remove license warning and to change license status to 'active' in the metabox core plugin. Saves me from manually editing core plugin files on metabox core plugin update.

After adding this snippet to functions.php, go to metabox license option page and just press 'save changes' button. No need to enter anything in the license key field. You will get invalid license warning upon pressing the button. Reload the page and all should be okay.

PHP:
add_action('updated_option', function( $option_name, $old_value, $value ) {
     if ($option_name == 'meta_box_updater') {
        $value[ 'status'] = 'active';
        $value[ 'notification_dismissed' ] = true;
        $value[ 'notification_dismissed_time'] = time() * 2;
        $value[ 'api_key'] = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx';
     }
     update_option ($option_name, $value);
}, 10, 3);

metabox-screenshot.png
 
how about pro extension integration limitation,
metabox core (not nulled, as I know) also block pro extension integration
Not sure what you mean but I am using the AIO addon and have all the extensions enabled and working fine.
Disabled AIO and installed a few individual addons and found them working fine as well.
 
  • Like
Reactions: Pixelate
Hello sorry to disturb all found solution just installed Free Metabox from Wordpress Repository and added Code using Snippets.. it's working perfectly thanks
 
  • Like
Reactions: JRGWxRxZ
Metabox v5.5.1 Nulled (Core Plugin)

I used NullMaster's method to null it... (y)

Changelog:

5.5.1 – 2021-12-15​

  • Fix warning for post field caused by the search by post title

5.5.0 – 2021-12-14​

  • Add min_clone parameter to set the minimum number of clones. Props @baden03.
  • Post field: find by title only
  • Meta Box Builder compatibility: parse choice options in real-time
  • Prevent inputs overflow the container
It's upgrade time again, can we get the new AIO? @tornavida @promowp :love:
 

Attachments

  • meta-box.5.5.1.n.zip
    324.9 KB · Views: 50
  • Love
Reactions: JRGWxRxZ
Metabox v5.5.1 Nulled (Core Plugin)

I used NullMaster's method to null it... (y)

Changelog:

5.5.1 – 2021-12-15​

  • Fix warning for post field caused by the search by post title

5.5.0 – 2021-12-14​

  • Add min_clone parameter to set the minimum number of clones. Props @baden03.
  • Post field: find by title only
  • Meta Box Builder compatibility: parse choice options in real-time
  • Prevent inputs overflow the container
It's upgrade time again, can we get the new AIO? @tornavida @promowp :love:
Meta Box AIO1.15.3Dec 15, 2021
Untouched
 

Attachments

  • meta-box-aio 1.15.3.zip
    1.3 MB · Views: 60

Attachments

  • mb-custom-table 2.0.0.zip
    23.6 KB · Views: 31
  • mb-blocks 1.4.0.zip
    25.7 KB · Views: 29
  • mb-frontend-submission 3.1.5.zip
    39.3 KB · Views: 27
  • mb-settings-page 2.1.4.zip
    29.3 KB · Views: 32
  • mb-term-meta 1.2.10.zip
    11.1 KB · Views: 30
  • mb-user-avatar 1.0.0.zip
    13.4 KB · Views: 27
  • mb-user-profile 1.8.0.zip
    40 KB · Views: 28
  • meta-box-group 1.3.12.zip
    9.8 KB · Views: 33
  • meta-box-conditional-logic 1.6.14.zip
    8 KB · Views: 34
  • meta-box-builder 4.1.8.zip
    541.1 KB · Views: 36
Can anyone comment on which one has the most negligible overhead, Metabox.io or ACF Pro? What do you prefer and why?
 
Can anyone comment on which one has the most negligible overhead, Metabox.io or ACF Pro? What do you prefer and why?
ACF is ahead in terms of plugin compatibility. Also, ACF might be a little easier to use for new users. But Metabox.io has a lot of features that are not available in ACF (but can be provided with third-party plugins). For example, Metabox can make queries faster thanks to the custom table addon. This can be important if you have heavy content.

Here is a detailed comparison:
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock