wordpress - ACF get the value of an options field in a plugin -


I am adding advanced custom field plugin with options.
How can I use the value of a field? From a plugin option?
I have a simple php file in the plugin folder, which needs to get this value. Is this possible?

For anyone searching for a solution:

Field "my_option_field_01" The text field is named.

If you want to display the value of that option field within the paragraph tag, then you will enter it:

     

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -