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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -