How to change Redux Framework admin theme option footer text? I'd like to show my own text as here in the screenshot:
Add this:
'footer_credit' => 'Your Text',
to your Redux Framework options file in the $args array.
Obviously change "Your Text" to what you want the footer text to say.
Hope this helps.