Linkify Authors as well as template tag, c2c linkify authors, which allow you to specify authors to list and how to list them.
The 'c2c linkify authors hook allows you to use alternative approach to invoke c2c linkify authors in such way that if the plugin were to be deactivated or deleted, then your calls to the function won't cause errors in your site..
Use the widget or the template tag in one of your templates.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Change Update unit test bootstrap Default WP TESTS DIR to tmp wordpress-tests-lib rather than erroring out if not defined via environment variable.
Change Update widget to 004 Add register widget and change to calling it when hooking 'admin init.
Update Discontinue use of PHP4-style of WP Widget to prevent PHP notices PHP7.
Rename linkify authors to c2c linkify authors.
Add filter 'linkify authors to respond to the function of the same name so that users can use the notation for invoking template tags.
Use esc attr instead of the deprecated attribute escape.
Read more