{"id":29150274,"url":"https://github.com/humanmade/custom-meta-boxes","last_synced_at":"2025-06-30T23:10:03.261Z","repository":{"id":2479329,"uuid":"3452519","full_name":"humanmade/Custom-Meta-Boxes","owner":"humanmade","description":"Lets you easily create metaboxes with custom fields that will blow your mind.   ","archived":false,"fork":false,"pushed_at":"2018-07-25T23:02:40.000Z","size":1575,"stargazers_count":520,"open_issues_count":21,"forks_count":122,"subscribers_count":69,"default_branch":"develop","last_synced_at":"2025-06-30T16:14:51.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humanmade.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-15T18:58:47.000Z","updated_at":"2025-05-09T10:07:15.000Z","dependencies_parsed_at":"2022-09-09T06:22:03.996Z","dependency_job_id":null,"html_url":"https://github.com/humanmade/Custom-Meta-Boxes","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/humanmade/Custom-Meta-Boxes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FCustom-Meta-Boxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FCustom-Meta-Boxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FCustom-Meta-Boxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FCustom-Meta-Boxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humanmade","download_url":"https://codeload.github.com/humanmade/Custom-Meta-Boxes/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FCustom-Meta-Boxes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262864257,"owners_count":23376461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-30T23:10:02.216Z","updated_at":"2025-06-30T23:10:03.242Z","avatar_url":"https://github.com/humanmade.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## This project is no longer actively maintained, please refer to [CMB2](https://github.com/CMB2/CMB2) for meta-boxes.\n\n\u003ctable width=\"100%\"\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd align=\"left\" width=\"70\"\u003e\n\t\t\t\u003cstrong\u003eHM Custom Meta Boxes for WordPress\u003c/strong\u003e\u003cbr /\u003e\n\t\t\tA framework for easily adding custom fields to the WordPress post edit page\n\t\t\u003c/td\u003e\n\t\t\u003ctd align=\"center\" width=\"20%\"\u003e\n\t\t    \u003cimg src=\"https://hmn.md/content/themes/hmnmd/assets/images/hm-logo.svg\" width=\"100\" /\u003e\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n\t\t\tA \u003cstrong\u003e\u003ca href=\"https://hmn.md/\"\u003eHuman Made\u003c/a\u003e\u003c/strong\u003e project.\n\t\t\u003c/td\u003e\n\t\t\u003ctd align=\"center\"\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n#### [Get the latest stable release](https://github.com/humanmade/Custom-Meta-Boxes/releases/latest)\n\nIt includes several field types including WYSIWYG, media upload and dates ([see wiki for a full list](https://github.com/humanmade/Custom-Meta-Boxes/wiki)). It also supports repeatable and grouped fields.\n\nThis project is aimed at developers and is easily extended and customized. It takes a highly modular, Object Orientated approach, with each field as an extension of the CMB_Field abstract class.\n\nThe framework also features a basic layout engine for fields, allowing you to align fields to a simple 12 column grid.\n\n![Overview](https://cloud.githubusercontent.com/assets/1039236/19131223/426658c4-8b6c-11e6-808d-b689ee6820ac.jpg)\n\n## Usage\n\n* Download the latest release [here](https://github.com/humanmade/Custom-Meta-Boxes/releases/latest) or clone from master.\n* Include the custom-meta-boxes.php framework file.\n    * In your theme: include the CMB directory to your theme directory, and add `require_once( 'Custom-Meta-Boxes/custom-meta-boxes.php' );` to functions.php\n    * As an MU Plugin: [Refer to the WordPress Codex here for more information](http://codex.wordpress.org/Must_Use_Plugins)\n* Filter `cmb_meta_boxes` to add your own meta boxes. [The wiki has more details and example code](https://github.com/humanmade/Custom-Meta-Boxes/wiki/Create-a-Meta-Box)\n\n## Help\n\n* For more information, including example code for usage of each field and instructions on how to create your own fields, refer to the [Wiki](https://github.com/humanmade/Custom-Meta-Boxes/wiki/).\n* Not covered in the Wiki? Need more help? Get in touch. support@humanmade.co.uk or ping @mikeselander\n* Found a bug? Feature requests? [Create an issue - Thanks!](https://github.com/humanmade/Custom-Meta-Boxes/issues/new)\n\n## About\n\nThis plugin is maintained by [Human Made Limited](http://hmn.md)\n\nIt began as a fork of [Custom Meta Boxes](https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress), but is no longer compatible.\n\n## Minimum Requirements:\n* PHP \u003e= 5.4\n* WP \u003e= 4.1\n\n## Known Issues\n* Some fields do not work well as repeatable fields.\n* Some fields do not work well in repeatable groups.\n\n## Contribution Guidelines ##\n\nSee [CONTRIBUTING.md](https://github.com/humanmade/Custom-Meta-Boxes/blob/master/CONTRIBUTING.md)\n\n## Changelog ##\n\n**1.1**\n\n_Enhancements_\n - Added group field filter\n - Cleaned up file upload styles\n - Added Hindi translation (props @ajitbohra)\n - Move all field classes to their own files\n - Add min/max attributes to number input (props @shadvb)\n - Use site language with Google Maps field (props @barryceelen)\n\n_Bug Fixes_\n - Filter all arguments, not just select ones\n - Only attempt to call getimagesize() if the icon is local (props @joehoyle)\n - Add Dutch and German translations (props @barryceelen)\n - Align the file button vertically (props @ocean90)\n - Fix for multiple wysiwyg fields not displaying in groups (props @tareiking)\n - Fix incorrect gmap grouped field structure (props @dan-westall)\n - Fix enqueuing of cmb-scripts (props @barryceelen)\n\n**1.0.3**\n* Fix repeatable fields bugs (props @barryceelen )\n* Fix gmaps field bug where key doesn't pass in correctly (props: @shadyvb )\n* PHPUnit tests for repeatable fields\n* Fix all minor WordPress VIP PHPCS errors/warnings\n* Write and complete inline documentation/doc blocks\n\n**1.0.2**\n* Add google maps field\n* Add hide_on field argument\n* Add Composer support\n* Enhancement - enable for attachments\n* Fix bug with unattached images on custom post types\n* Fix error in WYSIWYG\n* Fix fields not getting correctly initialized if meta box is collapsed on page load\n* Fix bug with page-template restricted meta boxes showing if the post hasn't been saved at all.\n* Hook CMB in later - most post types \u0026 taxonomies should be registered then.\n* Fix Issue where different default values are used on save and init.\n\n**1.0.1**\n* Fix bug - AJAX post select field displaying incorrect content.\n\n**1.0**\n* Initial stable version of the fork.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanmade%2Fcustom-meta-boxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumanmade%2Fcustom-meta-boxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanmade%2Fcustom-meta-boxes/lists"}