Getting Fields

You can easily use default WordPress functions such as get_post_meta()arrow-up-right, get_option()arrow-up-right or get_term_meta()arrow-up-right. 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

Was this helpful?