Title: deprecated function calls
Last modified: August 20, 2016

---

# deprecated function calls

 *  [Mad Max](https://wordpress.org/support/users/mad_max/)
 * (@mad_max)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/deprecated-function-calls-1/)
 * Hello hallsofmontezuma,
    I’v found a pair of deprecated function calls in your
   plugin here:
 * `all-in-one-seo-pack/aioseop.class.php:505`
    `all-in-one-seo-pack/aioseop.class.
   php:509`
 * They both use _get\_author\_link()_ instead of _get\_author\_posts\_url()_, so
   I’ve patched them like this:
 *     ```
       505: $link = get_author_posts_url($author->ID, $author->user_nicename);
       509: $link = get_author_posts_url($userid, $cache_userdata[$userid]->user_nicename);
       ```
   
 * Cheers, Daniele.
 * [http://wordpress.org/extend/plugins/all-in-one-seo-pack/](http://wordpress.org/extend/plugins/all-in-one-seo-pack/)

The topic ‘deprecated function calls’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290)
 * [All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic](https://wordpress.org/plugins/all-in-one-seo-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-seo-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-seo-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Mad Max](https://wordpress.org/support/users/mad_max/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/deprecated-function-calls-1/)
 * Status: not resolved