
內容簡介
從文章標題、頁面標題、自訂文章標題重新生成縮略名。
如果您有任何意見或反饋,歡迎告訴我們,以便我們增加更多功能。
支援
如果您認為在 Simple Regenerate Slug 外掛中發現了安全漏洞,請盡快通知我們。
您可以在此處提交錯誤報告。
在 GitHub 上報告錯誤時,請提供盡可能多的詳細資訊,如:
問題症狀
截圖(如有)
您的網站 URL
目前的 WordPress 版本、PHP 版本
外掛標籤
開發者團隊
原文外掛簡介
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:
Key Features:
* Enable/Disable Control – Turn the plugin functionality on or off with a simple checkbox
* Custom Post Type Support – Select which post types should have automatic slug regeneration
* Bulk Processing – Update multiple posts at once using WordPress bulk edit
* Developer Friendly – Includes filter hooks for programmatic customization
* Clean Admin Interface – Easy-to-use settings page with clear documentation
How It Works:
The plugin automatically updates the URL slug whenever you update a post title. This works for:
– Published posts and pages
– Custom post types (when selected)
– Bulk edit operations
– Individual post updates
Usage Instructions:
1. Go to Settings → Simple Regenerate Slug in your WordPress admin
2. Enable the plugin using the checkbox
3. Select the post types where you want automatic slug regeneration
4. Save settings and you’re done!
For bulk updates of existing posts:
1. Go to Posts (or Pages/Custom Post Types)
2. Select posts you want to update (recommend 50 at a time)
3. Choose ‘Bulk actions’ → ‘Edit’ → ‘Apply’
4. Click ‘Update’ without making changes
5. Slugs will be automatically regenerated from titles
Developer Features:
The plugin includes the simpleregenerateslug_post_types filter hook that allows developers to programmatically modify which post types are affected:
```php //
add_filter( 'simpleregenerateslug_post_types', function( $post_types ) {
$post_types[] = 'custom_post_type';
return $post_types;
} ); ```
Perfect for theme developers, custom post type plugins, and advanced WordPress customizations.
Support
Getting Help:
If you need assistance with Simple Regenerate Slug, please:
Check the FAQ section above
Review the plugin settings at Settings → Simple Regenerate Slug
Submit issues on our GitHub repository
Bug Reports:
If 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.
When reporting bugs, please include:
* Detailed description of the problem
* Steps to reproduce the issue
* Screenshot if possible
* Your website URL (if relevant)
* Current versions of WordPress and PHP
* List of active plugins that might conflict
Feature Requests:
We welcome suggestions for new features! Please submit feature requests through our GitHub repository.
Privacy Policy
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.
