Slowly by slowly will be ok....
If I change this argument is always visible thank you very much... but if i update wordpress in few month it will be "false" again...
I think i have to do something like that in my function file:
function still_visible($always_visible){
$always_visible = true;
return $always_visible;
}
add_filter( 'page_row_actions', 'still_visible');
But it doesn't work....
I have this php error :
Warning: count(): Parameter must be an array or an object that
implements Countable in
/var/www/vhosts/mysite/wp-admin/includes/class-wp-list-table.php
on line 513
Warning: Invalid argument supplied for foreach() in
/var/www/vhosts/mysite/wp-admin/includes/class-wp-list-table.php
on line 521
Blockquote