Simply copy and paste this code into your plugin's PHP file and edit the details to suit your plugin. In our case, the sticky header plugin file reader will look like this.
<?php
/*
Plugin Name: Sticky Header
Description: Make your website canada phone number list header sticks to the top of every page on your website as users scroll.
Author: The Team

Text Domain: Sticky Header
Domain Path: /languages
Once you save this file, you have created a new plugin, which you can find in the list of installed plugins on your site.
Log in to your test site’s WordPress dashboard and go to Plugins>Plugins installés.
You will see the Sticky Header plugin with details here.
Creating a WordPress Plugin
You can activate the plugin now, but it won’t do anything because we haven’t added any functionality to it yet. So let’s make our plugin do something.