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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -