term_id )->term_id; $ids[] = 'archive-taxonomy-' . get_term( get_queried_object()->term_id )->taxonomy; } } // End if(). return $ids; } function awpp_is_frontend() { if ( is_admin() || 'wp-login.php' == $GLOBALS['pagenow'] ) { return false; } return true; }