php
<?php
add_filter( 'aioseo_prev_link', 'aioseo_filter_prev_link' );
function aioseo_filter_prev_link( $previous ) {
   return '';
}