Merhaba hocam, hata 1i şu şekilde düzenleyip kaydetmeyi deneyin:

add_actionu şu şekilde güncelleyin => add_action ( 'widgets_init' , function () { register_widget ( 'Unf_Recent_Posts' );});

2. hata için şu şekilde bir düzenleme deneyin;

add_filter( 'loop_shop_per_page', function(){
global $cols;
$cols;
if($cols < 1) {
$cols = 5;
}
return $unf_woo_per_page;
});