Title: Export Permalink
Last modified: August 25, 2022

---

# Export Permalink

 *  Resolved [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/)
 * Hi,
 * I want to export the permalink (customuri), but I do not see it in the list at
   wp all export plugin. How to activate this field?

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15951423)
 * Hi [@city567](https://wordpress.org/support/users/city567/),
 * If you are using the most recent version of Permalink Manager, to export the 
   custom permalinks please select “Custom URI” field from the sidebar:
    [https://permalinkmanager.pro/docs/basics/third-party-plugins-themes-support/#wp-all-export](https://permalinkmanager.pro/docs/basics/third-party-plugins-themes-support/#wp-all-export)
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15952634)
 * Thanks for your reply. I am right now using 2.2.19.3 but still can’t see the 
   permalink options at the export step in wp all export.
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15952673)
 * Could you check if “**WP All Import support**” option is turned on in Permalink
   Manager settings (“Third party plugins” section)?
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15952964)
 * I checked, but can’t see thath option. I am running wp all export pro 1.7.8.
 * [https://prnt.sc/jHfx0dnp9RyJ](https://prnt.sc/jHfx0dnp9RyJ)
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15952992)
 * This option should be displayed if WP All Import plugin is turned on.
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953001)
 * Yes when wp all import is enabled, I see this option. But I want to export the
   permalinks, how can I do that?
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953050)
 * Actually, this option should appear when either the WP All Import or WP All Export
   plugins are enabled, as it adds a “Custom URI” field to both plugins.
 * Please keep the WPAI plugin activated and activate this option. Even if you disable
   WP All Import later, this option should still function for WP All Export.
 * The upcoming plugin update will correct this settings display issue.
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953351)
 * I activated both plugins, and checked it at third party plugins and it is active.
   But still when I want to export products, I can not see the Permalink Manager
   at the list.
 * [https://prnt.sc/xvwwltGdS9cu](https://prnt.sc/xvwwltGdS9cu)
 * Is there a way to do this custom like in the functions with a code?
    -  This reply was modified 3 years, 9 months ago by [City567](https://wordpress.org/support/users/city567/).
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953436)
 * Hi [@city567](https://wordpress.org/support/users/city567/),
 * I have just double-checked it with WP All Import Pro turned on. It seems that
   the hook I used to add the new section to WPAI interface is available only in
   free version, but not in Pro variant. This problem will be also addressed in 
   the next version of plugin.
 * Could you use the below code snippet as a temporary patch?
 *     ```
       function pm_wpai_section() {
       	global $permalink_manager;
   
       	if(!empty($permalink_manager) && property_exists($permalink_manager, 'functions')) {
       		add_filter('wp_all_export_available_sections', array($permalink_manager->functions['third-parties'], 'wpae_custom_uri_section'), 9);
       	}
       }
       add_action('init', 'pm_wpai_section', 100);
       ```
   
 * If you do not know how to add the PHP snippet to your website, please check out
   the below article:
    [https://permalinkmanager.pro/blog/how-to-add-php-snippet-to-wordpress-3-methods/](https://permalinkmanager.pro/blog/how-to-add-php-snippet-to-wordpress-3-methods/)
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953506)
 * Thanks. The permalink manager does now show on the export as a field, but if 
   i check the preview, the URI is empty.
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953559)
 * Could you remove the old instance of PM plugin and install development version
   with patch included?
 * Here is the download link:
    [https://downloads.wordpress.org/plugin/permalink-manager.2.2.19.3.1.zip](https://downloads.wordpress.org/plugin/permalink-manager.2.2.19.3.1.zip)
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953620)
 * I got PM pro plugin.
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953624)
 * Ok, so please provide your license key here and I will send you back the download
   link for Permalink Manager Pro 2.2.19.3.1:
    [https://permalinkmanager.pro/contact/](https://permalinkmanager.pro/contact/)
 *  Thread Starter [City567](https://wordpress.org/support/users/city567/)
 * (@city567)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953651)
 * I sent you with email: [contact@permalinkmanager.pro](https://wordpress.org/support/topic/export-permalink/contact@permalinkmanager.pro?output_format=md)
    -  This reply was modified 3 years, 9 months ago by [City567](https://wordpress.org/support/users/city567/).
    -  This reply was modified 3 years, 9 months ago by [City567](https://wordpress.org/support/users/city567/).
 *  Plugin Author [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * (@mbis)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953679)
 * I have just sent you the download link.
    -  This reply was modified 3 years, 9 months ago by [Maciej Bis](https://wordpress.org/support/users/mbis/).

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Export Permalink’ is closed to new replies.

 * ![](https://ps.w.org/permalink-manager/assets/icon.svg?rev=2625166)
 * [Permalink Manager Lite](https://wordpress.org/plugins/permalink-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/permalink-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/permalink-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/permalink-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/permalink-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/permalink-manager/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [Maciej Bis](https://wordpress.org/support/users/mbis/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/export-permalink/#post-15953679)
 * Status: resolved