• Resolved spencersokol

    (@spencersokol)


    I use comments in a popup window because I’m a dork. Anyway, i thought it would be cool to add a feature to not show the admin on that page.

    I just added this bit to the plugin after the media frame check:

    // Don't do anything within the comments popup
    	if ( isset($_REQUEST['comments_popup']))
    		return;

    I was wondering if there was a way, without modifying the plugin, to turn off the admin bar for specific pages. Something like $WPAdminBar->Disable() before wp_head or wherever the hook is set.

    I know I’m way in the minority here, so… no biggie.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Admin Bar] Feature Request: Hide bar for comments popup’ is closed to new replies.