{"id":118425,"date":"2020-03-12T04:25:44","date_gmt":"2020-03-12T04:25:44","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-regenerate-slug\/"},"modified":"2025-08-05T10:37:53","modified_gmt":"2025-08-05T10:37:53","slug":"simple-regenerate-slug","status":"publish","type":"plugin","link":"https:\/\/fa.wordpress.org\/plugins\/simple-regenerate-slug\/","author":17575395,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.0","stable_tag":"2.0.0","tested":"6.8.5","requires":"4.9.0","requires_php":"","requires_plugins":null,"header_name":"Simple Regenerate Slug","header_author":"Patel Sunny","header_description":"Regenerate Slugs From Title of Posts, Page Title, Custom Post Title","assets_banners_color":"081036","last_updated":"2025-08-05 10:37:53","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/vividwebsolutions.in\/","rating":4.2,"author_block_rating":0,"active_installs":400,"downloads":4912,"num_ratings":10,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.3.0":{"tag":"1.3.0","author":"vividsunny","date":"2025-08-05 07:46:14"},"2.0.0":{"tag":"2.0.0","author":"vividsunny","date":"2025-08-05 10:37:53"}},"upgrade_notice":{"2.0.0":"<p>Major update! New admin settings page with enable\/disable options and custom post type selection. Existing users will need to visit Settings \u2192 Simple Regenerate Slug to configure the new options. The plugin is enabled by default for posts and pages.<\/p>","1.3.0":"<p>Regular maintenance update for improved WordPress compatibility.<\/p>"},"ratings":{"1":2,"2":0,"3":0,"4":0,"5":8},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2768370,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2768370,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2768370,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3.0","2.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3339455,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3339455,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3339455,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":3339455,"resolution":"4","location":"assets","locale":""}},"screenshots":{"1":"Plugin settings page showing enable\/disable option and post type selection","2":"Bulk edit interface for updating multiple post slugs at once","3":"Individual post edit screen where slugs are automatically updated"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[86,182925,182924,182926,561],"plugin_category":[],"plugin_contributors":[245883],"plugin_business_model":[],"class_list":["post-118425","plugin","type-plugin","status-publish","hentry","plugin_tags-post","plugin_tags-post_slug","plugin_tags-regenerate_slug","plugin_tags-simple_regenerate_slug","plugin_tags-slug","plugin_contributors-vividsunny","plugin_committers-vividsunny"],"banners":{"banner":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/banner-772x250.png?rev=2768370","banner_2x":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/banner-1544x500.png?rev=2768370","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/icon-128x128.png?rev=2768370","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/screenshot-1.png?rev=3339455","caption":"Plugin settings page showing enable\/disable option and post type selection"},{"src":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/screenshot-2.png?rev=3339455","caption":"Bulk edit interface for updating multiple post slugs at once"},{"src":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/screenshot-3.png?rev=3339455","caption":"Individual post edit screen where slugs are automatically updated"},{"src":"https:\/\/ps.w.org\/simple-regenerate-slug\/assets\/screenshot-4.png?rev=3339455","caption":""}],"raw_content":"<!--section=description-->\n<p>Simple Regenerate Slug automatically regenerates URL slugs from post titles for WordPress posts, pages, and custom post types. The plugin now includes a comprehensive admin settings panel where you can:<\/p>\n\n<p><strong>Key Features:<\/strong>\n* <strong>Enable\/Disable Control<\/strong> - Turn the plugin functionality on or off with a simple checkbox\n* <strong>Custom Post Type Support<\/strong> - Select which post types should have automatic slug regeneration\n* <strong>Bulk Processing<\/strong> - Update multiple posts at once using WordPress bulk edit\n* <strong>Developer Friendly<\/strong> - Includes filter hooks for programmatic customization\n* <strong>Clean Admin Interface<\/strong> - Easy-to-use settings page with clear documentation<\/p>\n\n<p><strong>How It Works:<\/strong>\nThe plugin automatically updates the URL slug whenever you update a post title. This works for:\n- Published posts and pages\n- Custom post types (when selected)\n- Bulk edit operations\n- Individual post updates<\/p>\n\n<p><strong>Usage Instructions:<\/strong>\n1. Go to Settings \u2192 Simple Regenerate Slug in your WordPress admin\n2. Enable the plugin using the checkbox\n3. Select the post types where you want automatic slug regeneration\n4. Save settings and you're done!<\/p>\n\n<p>For bulk updates of existing posts:\n1. Go to Posts (or Pages\/Custom Post Types)\n2. Select posts you want to update (recommend 50 at a time)\n3. Choose 'Bulk actions' \u2192 'Edit' \u2192 'Apply'\n4. Click 'Update' without making changes\n5. Slugs will be automatically regenerated from titles<\/p>\n\n<p><strong>Developer Features:<\/strong>\nThe plugin includes the <code>simpleregenerateslug_post_types<\/code> filter hook that allows developers to programmatically modify which post types are affected:<\/p>\n\n<pre> ```php \/\/ \nadd_filter( 'simpleregenerateslug_post_types', function( $post_types ) {\n    $post_types[] = 'custom_post_type';\n    return $post_types;\n} ); ``` <\/pre>\n\n<p>Perfect for theme developers, custom post type plugins, and advanced WordPress customizations.<\/p>\n\n<h3>Support<\/h3>\n\n<p><strong>Getting Help:<\/strong>\nIf you need assistance with Simple Regenerate Slug, please:<\/p>\n\n<ol>\n<li>Check the FAQ section above<\/li>\n<li>Review the plugin settings at Settings \u2192 Simple Regenerate Slug  <\/li>\n<li>Submit issues on our <a href=\"https:\/\/github.com\/vividsunny\">GitHub repository<\/a><\/li>\n<\/ol>\n\n<p><strong>Bug Reports:<\/strong><br \/>\nIf you believe you have found a security vulnerability or bug in Simple Regenerate Slug plugin, please let us know right away by submitting an issue on GitHub.<\/p>\n\n<p>When reporting bugs, please include:\n* Detailed description of the problem\n* Steps to reproduce the issue\n* Screenshot if possible\n* Your website URL (if relevant)\n* Current versions of WordPress and PHP\n* List of active plugins that might conflict<\/p>\n\n<p><strong>Feature Requests:<\/strong>\nWe welcome suggestions for new features! Please submit feature requests through our GitHub repository.<\/p>\n\n<h3>Privacy Policy<\/h3>\n\n<p>Simple Regenerate Slug does not collect, store, or transmit any personal data. The plugin only modifies post slugs locally within your WordPress database. No data is sent to external servers.<\/p>\n\n<!--section=installation-->\n<p><strong>Automatic Installation:<\/strong>\n1. Log in to your WordPress admin panel and go to Plugins \u2192 Add New\n2. Type \"Simple Regenerate Slug\" in the search box and click search\n3. Find Simple Regenerate Slug plugin and click \"Install Now\"\n4. After installation, click \"Activate Plugin\"\n5. Go to Settings \u2192 Simple Regenerate Slug to configure the plugin<\/p>\n\n<p><strong>Manual Installation:<\/strong>\n1. Download the plugin zip file\n2. Upload it to your <code>\/wp-content\/plugins\/<\/code> directory\n3. Activate the plugin through the 'Plugins' menu in WordPress\n4. Configure the plugin at Settings \u2192 Simple Regenerate Slug<\/p>\n\n<p><strong>Initial Setup:<\/strong>\n1. Navigate to Settings \u2192 Simple Regenerate Slug\n2. Check \"Enable automatic slug regeneration\"\n3. Select the post types you want to include\n4. Click \"Save Changes\"<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20configure%20the%20plugin%20after%20installation%3F'><h3>How do I configure the plugin after installation?<\/h3><\/dt>\n<dd><p>After activating the plugin:\n1. Go to Settings \u2192 Simple Regenerate Slug in your WordPress admin\n2. Enable the plugin with the checkbox\n3. Select which post types should have automatic slug regeneration\n4. Save your settings<\/p><\/dd>\n<dt id='which%20post%20types%20are%20supported%3F'><h3>Which post types are supported?<\/h3><\/dt>\n<dd><p>The plugin works with all public post types including:\n- Posts\n- Pages<br \/>\n- Custom post types (WooCommerce products, portfolios, events, etc.)\n- Any custom post type registered as public<\/p><\/dd>\n<dt id='does%20this%20work%20with%20existing%20posts%3F'><h3>Does this work with existing posts?<\/h3><\/dt>\n<dd><p>Yes! You can update existing posts in two ways:\n1. Edit individual posts - the slug updates when you save\n2. Use bulk edit - select multiple posts, use bulk actions \u2192 edit \u2192 update<\/p><\/dd>\n<dt id='can%20i%20disable%20the%20plugin%20for%20specific%20post%20types%3F'><h3>Can I disable the plugin for specific post types?<\/h3><\/dt>\n<dd><p>Yes, in the plugin settings you can select exactly which post types should have automatic slug regeneration. Uncheck any post types you want to exclude.<\/p><\/dd>\n<dt id='is%20there%20a%20way%20for%20developers%20to%20customize%20the%20post%20types%20programmatically%3F'><h3>Is there a way for developers to customize the post types programmatically?<\/h3><\/dt>\n<dd><p>Yes! Use the <code>simpleregenerateslug_post_types<\/code> filter:\n    <code>php\nadd_filter( 'simpleregenerateslug_post_types', function( $post_types ) {\n    \/\/ Add custom post type\n    $post_types[] = 'product';\n    return $post_types;\n} );<\/code><\/p><\/dd>\n<dt id='will%20this%20break%20my%20existing%20urls%3F'><h3>Will this break my existing URLs?<\/h3><\/dt>\n<dd><p>The plugin only regenerates slugs when you update posts. If you have established URLs with good SEO rankings, be cautious about bulk updating. Consider using redirects if you change URLs on published content.<\/p><\/dd>\n<dt id='does%20this%20work%20with%20multilingual%20sites%3F'><h3>Does this work with multilingual sites?<\/h3><\/dt>\n<dd><p>Yes, the plugin works with multilingual sites and is translation-ready. The slug generation uses WordPress's built-in <code>sanitize_title()<\/code> function which handles various character sets.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Added enable\/disable functionality with admin settings page<\/li>\n<li>Added custom post type selection options<\/li>\n<li>Added developer filter hook <code>simpleregenerateslug_post_types<\/code><\/li>\n<li>Improved admin interface with settings documentation<\/li>\n<li>Added plugin activation\/deactivation hooks<\/li>\n<li>Enhanced security and code organization<\/li>\n<li>Added internationalization support (translation ready)<\/li>\n<li>Improved user experience with success messages<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Updated version compatibility<\/li>\n<li>Code improvements and optimizations<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Version update for WordPress compatibility<\/li>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Improved functionality and stability<\/li>\n<li>Updated for newer WordPress versions<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Basic slug regeneration functionality<\/li>\n<\/ul>","raw_excerpt":"Regenerate slugs from post titles with enable\/disable options and custom post type support. Easy to configure with admin settings.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/118425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=118425"}],"author":[{"embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/vividsunny"}],"wp:attachment":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=118425"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=118425"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=118425"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=118425"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=118425"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=118425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}