My-Meta-Box icon indicating copy to clipboard operation
My-Meta-Box copied to clipboard

A class for creating custom meta boxes for WordPress

Results 30 My-Meta-Box issues
Sort by recently updated
recently updated
newest added

It's hard to create a WP_Query that filters by date, when the date is a string. I may be doing this wrong on the WP_Query side, but surely saving a...

First of all, thanks for this wonderful class. Using WordPress native function get_the_title() doesn't work for me :( `$my_meta->addSelect($prefix.'select_concurso_destinatarios',array('destinatario1'=>'Estudiantes de Grado','destinatario2'=>'Estudiantes de Máster','destinatario3'=>'Estudiantes de Doctorado','destinatario4'=>'Estudiantes sin nivel especificado','selectkey5'=>'No especificado'),array('name'=> 'Destinatarios',...

On upgrading to Wordpress v5.5 it also upgrades JQuery, which no longer supports the 'live' command so scripts need updating to use the 'on' command instead. The TEXT tab on...

Warning on >= PHP 7.0 , Parameter must be an array or an object that implements Countable in ... issue resolved [https://prnt.sc/ugii7a]

Hello Thank you for the nice script. When i am trying to retrieve the url of a image or a PDF file i am getting a warning like below. Warning:...

**Simple and concise. This plugin not work.** ```php Warning: count(): Parameter must be an array or an object that implements Countable in my-path\wp-content\plugins\My-Meta-Box-master\meta-box-class\my-meta-box-class.php on line 383 ``` and nothing appears...

DatePicker not working when edit

I am getting this error on console the image fields are working but when i click on date picker field i can not see calendar. can you please help on...

Hello Thank you for the nice script. i use the multiple => true option in addimage(); But it does not work just show my first image ``` $meta_post->addImage( $prefix ....

Hi, I had recently replicated the live website on my local machine, imported the database and everything. Data in the textbox and other related fields created using this class is...