Function mfn_opt_show removed?
Hi,
in my child theme I overwrite header.php to include various things such as Google site verification and additional JS code for analysis.
One feature I used was to dynamically include the favicon with the following code:
<link rel="shortcut icon" href="<?php mfn_opts_show( 'favicon-img', THEME_URI .'/images/favicon.ico' ); ?>" />
However, since the latest update this function "mfn_opts_show" does not seem to exist anymore and the page doesn't load due to that hard error.
What should I use instead?
Cheers,
What should I use instead?
Cheers,
Sascha
Comments
mfn_opts_get()'