Rayken
Rayken
Line 276 @ https://github.com/johnbillion/extended-cpts/blob/master/src/class-extended-cpt-admin.php#L276 Should probably not have !, because right now, if the key is numeric (like a post_id or so) it reverts to using the 'value' and that...
```PHP $meta_boxes[] = array( 'title' => __( 'Google Map', 'your-prefix' ), 'fields' => array( // Map requires at least one address field (with type = text) array( 'id' => 'address',...
Is there an option for fields to update based on another fields value? I'm not talking about showing or hiding fields based on conditions, I'm talking about populating fields based...
https://github.com/picklewagon/new-user-approve/blob/master/includes/messages.php#L54 That line doesn't work as it shows up as {sitename} front-end. If you change the 'tag' to %s, it does work. It doesn't pass the nua_tag thing for some...