test

// new one
echo 'test';

another block of text

another code block pro

echo "heyho";
// haha
PHP
// ... ttt ...
add_filter('wpstg_login_form_logo', function(){
  return 'https://example.com/path/to/custom/image.png';
});