Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author newbiesup

    (@newbiesup)

    Hi,

    This plugin by default add the login/register link to the “primary” menu location and you can alter the location with the hook you posted.

    You may need to check the existing menu locations registered by your theme normally you can find it in your functions.php. It looks like:

    register_nav_menus( array(
    		'primary' => __( 'Primary Menu' ),
    		'footer'  => __( 'Footer Primary Menu' ),
    		'social'  => __( 'Social Links Menu' ),
    	) );
    Thread Starter maggew

    (@maggew)

    I don’t need auto. I use custom image in footer (like logo) to trigger.

    How do I unhook all together?

    Thanks for response and cool name / avatar ^ _ ^

    Plugin Author newbiesup

    (@newbiesup)

    hmmmm..nice try…
    I’ll add an option to disable the “auto” feature.

    For now, I think you just hook it to a non-existing menu location and it should work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unhook (or remove) Menu Link’ is closed to new replies.