Hello,
why you set in every display function this <b></b> ?
As i know html doesn´t work in PHP....Your function can´t be called this way
return '<b>hookDisplayAdminOrderContentShip</b>';
return '<b>hookDisplayAdminOrderLeft</b>';
return '<b>hookDisplayAdminOrderRight</b>';
return '<b>hookDisplayAdminOrder</b>';
return '<b>hookDisplayAdminOrderContentOrder</b>';
better try
return 'hookDisplayAdminOrderContentOrder';
so the php function is callable in php