Advertisement
mbis

Regenerate custom permalink

Mar 31st, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. function pm_regenerate_custom_permalink($post_id) {
  2.     global $permalink_manager_uris;
  3.  
  4.     $permalink_manager_uris[$post_id] = Permalink_Manager_URI_Functions_Post::get_default_post_uri($post_id);
  5.     update_option('permalink-manager-uris', $permalink_manager_uris);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement