In case anyone is wondering how to do this, check the code below:
<?php
$cc = get_the_content();
if($cc != '') { ?>
<?php the_content(); ?>
<?php } else { ?>
// Do something //
<?php } ?>
I can’t believe I spent so many hours on that and never even noticed it wasn’t get_the_content
YOU ARE AMAZING. I really appreciate it mate!