Click here to Skip to main content
15,886,786 members
Articles / Web Development / HTML

Token Manager

Rate me:
Please Sign up or sign in to vote.
4.96/5 (25 votes)
29 Oct 2012GPL39 min read 97.3K   1.6K   53  
The Token Manager allows web developers to program PHP, HTML, CSS and JavaScript into tokens that can be used throughout WordPress.
<div style="position: absolute; right: 15px; top: 15px; width: 163px; border: solid 1px gray; padding: 20px; background-color: white;">
<h3>Buy us a Coffee!</h3>
<p>We spend many late hours and early mornings, building great plugins like Token Manager and need coffee to stay awake. 
If you would like to buy us a coffee, please click on the cup below. Thanks!</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="DJ3FZSYFT9AMW">
<input style="margin-left: 10px;" type="image" src="<?php echo plugin_dir_url( __FILE__ ); ?>icons/cup.jpg" border="0" name="submit" alt="Buy us a coffee." title="Buy us a coffee.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) Codevendor
United States United States
Please visit my personal website https://codevendor.com for my latest codes and updates.

Comments and Discussions