include specific Pages to wp_list_pages with filter

the corresponding hook would be https://developer.wordpress.org/reference/hooks/widget_pages_args/

example code:

add_filter( 'widget_pages_args','include_special_pages' );
function include_special_pages( $args ) {
  $args['include'] = array( 147, 12, 32 );
  return $args;
}

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)