Forums

Custom Field Template
Get List of Custom Field Names (1 post)

  1. bg000331
    Member
    Posted 11 months ago #

    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/

Reply

You must log in to post.

About this Plugin

About this Topic