manually set mfn_opts_get
Hello,
how can I manually set an option?
For example i want to set the 'menu-style' = 'hide' in order to hide the menu on a page template
Is there a way I can do mfn_opts_get( 'menu-style' ) = 'hide' ?
Thanks in advance
Comments
if you want to hide something on page, why you don't want to use css? Please notice that if you want to modify theme files, you must do this on your own because we do not offer code customizations.
Thanks!