PHP include statement not working?

From your current code you

  • do not need to include functions.php, it is automatically done

  • Because get_1406_page_title() returns it’s output, you need to echo the result from the function if you need to display the result

    echo get_1406_page_title();
    

error code: 523