https://github.com/ubc/wp-get-current-user-shortcode
The plugin uses shortcodes to display the current users name and avatar.
https://github.com/ubc/wp-get-current-user-shortcode
Last synced: 8 months ago
JSON representation
The plugin uses shortcodes to display the current users name and avatar.
- Host: GitHub
- URL: https://github.com/ubc/wp-get-current-user-shortcode
- Owner: ubc
- Created: 2014-09-11T16:52:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:02:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T21:35:10.038Z (10 months ago)
- Language: PHP
- Size: 121 KB
- Stars: 2
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== wp-get-current-user-shortcode ===
Contributors: Michael Ha, David Brabbins
Tags: user, avatar
Requires at least: 3.1.3
== Description ==
The plugin uses shortcodes to display the current users name and avatar.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload the "wp-get-current-user-shortcode" folder to the "/wp-content/plugins/" directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Why does the avatar shortcode not changes size? =
The shortcode only allows for number and only numbers from 32 to 150. It will default to 32 if an invalid number is entered.
== Screenshots ==
None needed. Sorry.
== Changelog ==
= 0.1 =
Initial plugin
= 2 =
User Avatar Shortcode added
== Upgrade Notice ==
= 0.1 =
Initial plugin
= 2 =
User Avatar Shortcode added