Answers for "wp plugin create"

PHP
1

wp plugin create

<?php
/**
 * Plugin Name:   My Plugin
 * Description:   A plugin
 * Version:       1.1.1.0
 * Author:        E.Bisco
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly the file

// code snippet below
Posted by: Guest on April-19-2021

Browse Popular Code Answers by Language