• Hi,
    i need to customize another plugin to get it to work with the custom field template plugin. is there an easy way to extract every existing “custom field name”.

    for example i need
    zip, phone, address

    wp_options contains:

    [zip]
    type = textfield
    size = 35
    label = Zip
    hideKey = true

    [phone]
    type = textfield
    size = 35
    label = Phone
    hideKey = true

    [address]
    type = textfield
    size = 35
    label = Address
    hideKey = true

    i was looking through the code but couldn’t find the place where you do something similar

    thanks!

    pete

    http://wordpress.org/extend/plugins/custom-field-template/

  • The topic ‘[Plugin: Custom Field Template] Get List of Custom Field Names’ is closed to new replies.