Earn money using wordpress blog click to see
Earn money using wordpress blog , with stuffed quality
Creating php files→
Make myplugin.php
inside it white below PHP code↵
<?php
/*
* Plugin Name: My plugin superb name
* Plugin URI: http://mypluginuri.com/
* Description: A brief description about your plugin.
* Version: 1.0 or whatever version of the plugin
* Author: Plugin Author's Name * Author URI: Author's website
* License: A "Slug" license name e.g. GPL12 */
*/
?>
<?php
function make_echo(){
echo "this is echo by plugin";
}
/* add shortcode of plugin */
add_shortcode('echo_code','make_echo');
?>
Plugin is ready to use with shortcode
You can use 'echo_code' shortcode in post or any template page
0 comments:
Post a Comment