Upgrade to 21.4.1 makes child theme not work
<link rel="shortcut icon" href=" I saw posts about multiple enqueues of the style.css in the functions.php file but I ruled that out. Need help quickly please. Thank you so much. |
<link rel="shortcut icon" href=" I saw posts about multiple enqueues of the style.css in the functions.php file but I ruled that out. Need help quickly please. Thank you so much. |
Comments
Hi,
Some time ago, we released the update for the Child Theme
Now, if you will make some changes in your child theme, you don't have to
provide the informations in functions.php which files you changed - now,
it's automatically apply these changes.
To make your Child Theme work again, you have to find and replace the 'mfn_opts_show()' to 'echo mfn_opts_get()' in files which were modified.
After that, everything should be working fine, we had to make that change because of the new envato rules, more about it here: https://help.author.envato.com/hc/en-us/articles/360000481243#h_674316188621522302914837
Thanks