Created
April 25, 2017 22:27
-
-
Save yaroslavthedev/12232932d6aad88f3c32cecc3652f63d to your computer and use it in GitHub Desktop.
Redux WP Framework. A simple working code example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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