<?php
/**
* Hello World! for WordPress
*
* @package hello
* @link https://patriotssoar.com
* @author My name
* @copyright 2021 My name
* *
* Plugin Name: hello
* Description: A test WordPress plugin.
* Version: 1.0
* Plugin URI: https://mydomain.com
* Author: My name
* Author URI: https://mydomain.com
* Text Domain: hello
* Domain Path: /languages/
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
echo "Hello World!";
?>
ASKER
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY