Getting Fields

You can easily use default WordPress functions such as get_post_meta(), get_option() or get_term_meta(). But for the option we built-in function to get any param you want:

$options = stm_wpcfto_get_options('my_awesome_settings');

Where 1st parameter is option name two others are optional parameters - field name and default value.

Last updated