Hello World PHP Script
This file contains a PHP script that outputs the phrase 'Hello world'. It's a basic script used commonly as a starting point for learning PHP programming within a WordPress context.
<?php echo "Hello world";
This file contains a PHP script that outputs the phrase 'Hello world'. It's a basic script used commonly as a starting point for learning PHP programming within a WordPress context.
<?php echo "Hello world";