=== Author mentions === Contributors: benjaminniess Donate link: http://beapi.fr/donate Tags: author, mentions, permalink, automatic, user, posts Requires at least: 3.1 Tested up to: 4.2 Stable tag: 1.3 == Description == Replace each `@wordpress user_login@` by the user posts page link in your posts contents. You only need to write something like `Your content here...I want to quote @the_login_of_my_friend@ ...." and the @the_login_of_my_friend@ string will be replaced by the author link if it exists` == Installation == 1. Upload and activate the plugin 2. Enjoy == Frequently Asked Questions == = How to quote a member ? = You only need to get the user login and to surround it with two @ like the @login@ = I put my friend login surrounded by two @ but there is no link = Make sure that you wrote the user login and not the user firstname, name or display name. == Screenshots == 1. The admin editor with an example of username 2. The front-end with an automatic link to this author's archive page == Changelog == * 1.3 * Refactor code in a class * Removed deprecated function * 1.2 * Code refactoring * Still work but need to be updated to hide "Warning" in repo * 1.1.1 * Change functions name * Fix minor bug on the return param * 1.0 * First release