Search code examples
wordpressredux-framework

How to get option values in redux framework?


I am using redux framework. I am not getting the any values that was I set in redbux framework backend.


Solution

  • You best head over to the Redux Framework docs. A good starter is the getting started page: http://docs.reduxframework.com/redux-framework/getting-started/

    That should get you where you need to go. :)