Hi All,
I’m trying to obtain the custom settings variable’s value from my php, but failed with ‘0’ result.
I believe something is wrong with following code:
<?php echo get_config($test); ?>
where $test – is the stored custom settings variable with string test value.
Could anybody please help me?