encabezado de complemento en wordpress

Solutions on MaxInterview for encabezado de complemento en wordpress by the best coders in the world

showing results for - "encabezado de complemento en wordpress"
Samantha
23 Mar 2018
1/**
2 * Plugin Name:       My Basics Plugin
3 * Plugin URI:        https://example.com/plugins/the-basics/
4 * Description:       Handle the basics with this plugin.
5 * Version:           1.10.3
6 * Requires at least: 5.2
7 * Requires PHP:      7.2
8 * Author:            John Smith
9 * Author URI:        https://author.example.com/
10 * License:           GPL v2 or later
11 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
12 * Update URI:        https://example.com/my-plugin/
13 * Text Domain:       my-basics-plugin
14 * Domain Path:       /languages
15 */
16