开发者 | ehabsan |
---|---|
更新时间 | 2018年3月29日 01:18 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.9.4 |
版权: | GPLv3 |
版权网址: | 版权信息 |
tag1 tag2,slug2
When you don't specifiy a slug the tag name will be used as the slug, so in the previous example 2 tags will be inserted tag1 with tag1 as the slug,and tag2 with slug2 as the slug
You can also edit a function that will be used to modifiy the tags you insert, if you wish to edit that function go to the directory where this plugin was installed and then to the admin directory, open the filter-tags.php file and edit that function.
You will see that function in this plugin's settings page, however it will only be read-only so you can make sure that the tags will be modified as you expect them to be.
No there is no maximum number, but since there is always a limit on time that a certain script can run - the default is 30 seconds - a suitable number for that time limit would be less than 5000 - on average speed servers.
For a huge list of tags the script in the server-side could have been timed-out, if that's the case then a lot of tags were already inserted - but the plugin won't be able to report because there was no response of the server-side. Anyway copy the list of tags, and try to insert it again this time the plugin would insert the tags that were not inserted in the first round.
Whenever you try to insert tags the plugin will tell you the number of tags that were successfully inserted, and will show you a list of tags that were not inserted - so you can know which tags where already there.
This function will be called on each tag you insert, allowing you to progrmatically modifiy the slug or the name of the tag.
For the securirty of your website i made the view of that file a read-only view.
For the moment this plugin works only with tags, however it is easy to customize it to work with other taxonomies. If i see requests for such a feature i may add it in the future.