brad hogan

Results 3 comments of brad hogan

Any plans to make a fix for this? Sort of a big issue if users are unable to put links to pages with hidden titles in a secondary menu. Thank...

Seems if you change line 37 in function-hide-title.php from: `add_filter( 'the_title', 'editorskit_hide_title', 90, 2 ); ` to: `add_filter( 'the_title', 'editorskit_hide_title', 90, 1 ); ` it fixes the issue of wp_nav_menu()...

Anyway you can add this fix and push out an update? I have ~10 sites using your plugin that would all benefit from this. Thank you!