Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11065
    #11072
    Rattus
    Keymaster

    In /inc/db.connect.php file you can find methods for adding and updating meta data:
    add_metadata($meta_type, $object_id, $meta_key, $meta_value, $unique = false);
    update_metadata($meta_type, $object_id, $meta_key, $meta_value, $prev_value = ”);
    update_metadata_by_mid($meta_type, $meta_id, $meta_value, $meta_key = false);

    That is a good idea to add visibility for custom fields in current gallery modules. I’ll look how it can be implemented in future Gmedia versions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Requests and Feedback’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum