Enable Superfish Script

Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.

Here is the code to enable superfish script on your site:

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
 
//* Enable the superfish script
add_filter( 'genesis_superfish_enabled', '__return_true' );
What are your feelings