WP Manifestindependent plugin directory
manifest / utilities / address-plugin

address Plugin releasesself-updates

by Yoan marchal · github.com/yoanmarchal/address-plugin · website

0stars
1forks

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.zip

Ships its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.

Readme

Address plugin for Wordpress

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.

  1. 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

TagPublished
v1.0.3 Apr 3, 2018
v1.0.2 Aug 27, 2016
v1.0.1 Aug 27, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.