[wp-trac] [WordPress Trac] #60076: 200 tags maximum
WordPress Trac
noreply at wordpress.org
Thu Dec 14 19:51:23 UTC 2023
#60076: 200 tags maximum
--------------------------+------------------------------
Reporter: motk88 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 6.4.2
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by sebastienserre):
Hello,
Thank you for reporting your issue and contributing to make WordPress
better than it is yet.
Unfortunately, I do not reproduce your issue.
I have used this piece of cod to create 200 post_tag and as you can see,
I've successfully created 2 more.
{{{#!php
<?php
add_action( 'plugins_loaded', function(){
$i = 1;
while( $i <= 200 ){
wp_insert_term( $i, 'post_tag');
$i++;
}
});
}}}
Could you please confirm you're testing with a basic WordPress
configuration (Only WP and a Twenty theme) ?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60076#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list