Quantcast
Channel: Herby Design
Viewing all articles
Browse latest Browse all 6

How to make a WordPress Plugin

$
0
0

This is for the beginners who wants to make a wordpress plugin.

First Step :

To add a plugin name and other details

function herbyfunction() {
add_options_page(“HerbyDesign”, “HerbyDesign”, 1, “HerbyDesign”, “helloworld”);
}

add_action(‘admin_menu’, ‘herbyfunction’);
?>

Download Plugin





For more details please don’t hesitate to contact me .

The post How to make a WordPress Plugin appeared first on Herby Design.


Viewing all articles
Browse latest Browse all 6

Trending Articles