In the main plugin file, you can find this:
function aioseop_mrt_pcolumns($aioseopc) {
$aioseopc[‘seotitle’] = __(‘SEO Title’);
$aioseopc[‘seokeywords’] = __(‘SEO Keywords’);
$aioseopc[‘seodesc’] = __(‘SEO Description’);
return $aioseopc;
}
If you remove these 3 lines and save, those columns won’t show:
$aioseopc[‘seotitle’] = __(‘SEO Title’);
$aioseopc[‘seokeywords’] = __(‘SEO Keywords’);
$aioseopc[‘seodesc’] = __(‘SEO Description’);