Title: Deprecated function post_permalink() &#8211;&gt; Replace with get_permalink()
Last modified: August 31, 2016

---

# Deprecated function post_permalink() –> Replace with get_permalink()

 *  [redsand](https://wordpress.org/support/users/redsand/)
 * (@redsand)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/deprecated-function-post_permalink-replace-with-get_permalink/)
 * Hey there,
 * Just wanted to report a small bug. In WordPress 4.4, the function `post_permalink()`
   was deprecated, and now generates constant PHP notices when using `WP_DEBUG`.(
   Which use a lot on our test servers, both for ours and clients sites.)
 * > PHP Notice: post_permalink is **deprecated** since version 4.4! Use get_permalink()
   > instead. in /xxxxxxxxx/wp-includes/functions.php on line 3573
 * It took me a bit to figure out which plugin had the code, since the errors only
   pointed to the WordPress core files.
 * After doing a little grep action I found it in this file:
    `wp-super-cache/wp-
   cache-phase2.php`
 * The old function `post_permalink()` occurs on lines:
    1080, 1082, 1135, 1153,
   and 1176.
 * Just doing a straight swap of the two functions works fine.
 * Thanks in advance for taking care of this. Keep up the great work! 🙂
 * – Scott
 * [https://wordpress.org/plugins/wp-super-cache/](https://wordpress.org/plugins/wp-super-cache/)

The topic ‘Deprecated function post_permalink() –> Replace with get_permalink()’
is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)
 * [errors](https://wordpress.org/support/topic-tag/errors/)
 * [get_permalink](https://wordpress.org/support/topic-tag/get_permalink/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [post_permalink](https://wordpress.org/support/topic-tag/post_permalink/)

 * 0 replies
 * 1 participant
 * Last reply from: [redsand](https://wordpress.org/support/users/redsand/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/deprecated-function-post_permalink-replace-with-get_permalink/)
 * Status: not resolved