Typo on if (function_exists('rns_reactions')) { rns_reactions() }
-
Hi,
Thanks for the great plugin. I tried to add the React and Share to my site but faced and error. You forgot the ; on the following code for custom templates & funtions.php . It’s not a big deal but can help the beginners.
if (function_exists(‘rns_reactions’)) { rns_reactions() }
if(function_exists(‘rns_reactions’)) { rns_reactions() ; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Typo on if (function_exists('rns_reactions')) { rns_reactions() }’ is closed to new replies.