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:
Where 1st parameter is option name two others are optional parameters - field name and default value.
Last updated