aioseo_show_in_admin_bar

aioseo_show_in_admin_bar

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_show_in_admin_bar') is found 1 times:

  • /app/Common/Admin/Admin.php line 414
    	 *
    	 * @return void
    	 */
    	public function adminBarMenu() {
    		if ( false === apply_filters( 'aioseo_show_in_admin_bar', true ) ) {
    			// API filter hook to disable showing SEO in admin bar.
    			return;
    		}
    
    		$firstPageSlug = $this->getFirstAvailablePageSlug();
    		if ( ! $firstPageSlug ) {