Answers for "plugin header wordpress"

PHP
0

wp plugin header

/**
 * Plugin Name:       My Basics Plugin
 * Plugin URI:        https://example.com/plugins/the-basics/
 * Description:       Handle the basics with this plugin.
 * Version:           1.10.3
 * Requires at least: 5.2
 * Requires PHP:      7.2
 * Author:            John Smith
 * Author URI:        https://author.example.com/
 * License:           GPL v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Update URI:        https://example.com/my-plugin/
 * Text Domain:       my-basics-plugin
 * Domain Path:       /languages
 */
Posted by: Guest on July-22-2021
1

how to use plugin shortcode in wordpress template

<?php echo do_shortcode("[insert-your-shortcode-here]"); ?>
Posted by: Guest on November-30-2020

Browse Popular Code Answers by Language