Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yaroslavthedev/12232932d6aad88f3c32cecc3652f63d to your computer and use it in GitHub Desktop.
Save yaroslavthedev/12232932d6aad88f3c32cecc3652f63d to your computer and use it in GitHub Desktop.
Redux WP Framework. A simple working code example
In Config file find:
$opt_name = 'your_opt_name';
In functions.php or in theme:
global $your_opt_name;
echo $your_opt_name['webFonts'];
Or you can debug to get full info:
var_dump($your_opt_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment