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