• Hi,

    I’m trying to find out where the actual data for the custom field template is located in the wp database? Can anyone tell me? I can’t seem to find this in the documenation anywhere.

    Thanks!

    Nadine

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nadine00

    (@nadine00)

    Hmm. I should be more specific. Where are the options and settings for the templates for the custom field template stored? My fields seem to be working in the DB, ie: they are pulling fine…but the templates I had set up for this plugin are missing.

    Thanks!

    Nadine.

    Hi Nadine,
    All options and settings are stored in the wp_options table. You can load it by the following way:

    $options = get_option('custom_field_template_data');

    I hope this will help you. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Field Template] where are the options stored for this plugin in the database?’ is closed to new replies.