address Plugin releasesself-updates
by Yoan marchal · github.com/yoanmarchal/address-plugin · 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/yoanmarchal/address-plugin/archive/refs/heads/master.zipShips its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.
Readme
Address plugin for Wordpress
- Contributors: @marchalyoan
- Donate link: Donate link: https://pledgie.com/campaigns/31846
- Tags: address, wordpress, plugin
- Requires at least: 4.5.2
- Tested up to: 4.5.2
- Stable tag: 4.5.2
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple save global and retrive ship address of website
== Description ==
Minimal address plugin for wordpress
== Installation ==
This section describes how to install the plugin and get it working.
- Activate the plugin through the 'Plugins' menu in WordPress
For get address
<?php $address = get_option( 'address' ); ?>
Echo value
<?= $address['ship-address'];?>
<?= $address['ship-city'];?>
<?= $address['ship-state'];?>
<?= $address['ship-zip'];?>
<?= $address['ship-country'];?>
<?= $address['phone'];?>
<?= $address['fax'];?>
<?= $address['email'];?>
== Changelog == = 1.0.1 = Add auto update from last release . = 1.0 = Initial plugin.
== Todo ==
- Test
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.