Hi, I need to change the comments per page value, I set it 50 from the field setting, but in some pages, I need to show only 10 comments, not 50. I tried to use this method.
setSettings([
'per_page' => '10',
]);
It changed the value, but still the page showing 50 results.
Code.