function wp_composer()
 {
     $string = '';
     $string .= Helpers\maps('Dummy');
     $string .= Base::view('test');
     return $string;
 }