starter-plugin
starter-plugin copied to clipboard
A lean WordPress plugin boilerplate, ready for your next project.
I host at WP Engine and I started getting fatal errors from line 104 of the classes/post-type file from line 104. `Error message: Uncaught ValueError: Unknown format specifier "a"` Using...
Right now, calling the taxonomy class directly is pointless as the register method is not hooked to init. Also, since we allow multiple post types registration, we might as well...
There is code to suggest multiple field types can be specified for meta box fields, though no code to render the multiple field types.
When adding custom fields to the post type meta box, there is code to indicate multiple sections, yet no code to actually output the fields into multiple sections.
Hi there! Thank you for providing this nice starter plugin! I just tried to run `composer install` and I got a few `abandoned` warnings, but more importantly, an issue with...