Hello There,
The code is incorrect. Please use this:
add_action( 'woocommerce_after_single_product_summary', 'html_x_woocommerce_output_related_products', 20 );
function html_x_woocommerce_output_related_products() { ?>
Some CONTENT HERE
<?php }
Please let us know how it goes.