VR Web Developer Meta
WordPress plugin. Self hiding on activation. Places web developer meta into frontend page source.
by Lee Hodson · github.com/vr51/vr-web-developer-meta · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/vr51/vr-web-developer-meta/archive/refs/heads/master.zipReadme
=== Custom Select === Contributors: leehodson Tags: developer meta,hide plugin Requires at least: 3.3 Tested up to: 3.9 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Adds web developer details to WordPress frontend page source code. Adds web developer's details to the site's footer. Plugin hides itself after plugin activation. YOU must edit the configs in the plugin index.php file. There are 2 sets of configs to edit. Click the "edit" button before activation.
== Installation ==
-
Download this plugin's latest zip file
-
Login to WordPress admin, click on Plugins > Add New > Upload, then upload the zip file you just downloaded.
== Instructions ==
- Install the plugin. Do not activate yet.
- View the list of installed plugins.
- Find the plugin VR Web Developer Meta.
- Click
editto edit the plugin. - Edit the plugin's index.php file
- Update the configs between START CONFIGURATIONS 1 and END CONFIGURATIONS 1
- Update the configs between START CONFIGURATIONS 2 and END CONFIGURATIONS 2
- Update the configs between START CONFIGURATIONS 2 and END CONFIGURATIONS 3
- Now activate the plugin.
- The plugin will no longer display in the list of installed plugins
- The plugin will add your details to the site's source code and below the site's footer.
== Changelog ==
= 1.0.1 =
- Feature: Made footer signature display an optional feature
= 1.0.0 =
- Initial Commit