<?php /** * kworkp * * @package KWORKP * @author Tiol Pxe * @version 1.0.0 * * @wordpress-plugin * Plugin Name: kworkp * Plugin URI: https://wordpress.com * Description: This is some demo short description... * Version: 1.0.0 * Author: Tiol Pxe * Author URI: https://wordpress.com * Text Domain: kworkp * Domain Path: /languages */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) exit; // Include your custom code here.