Unique Field works only on Published content
-
Currently if the post is Draft or Pending Approval the validation for unique field does not work due the SQL query on row 125.
Row 125 should be modifies and
and p.post_status = ‘publish’
replaced with
p.post_status IN ( ‘publish’, ‘pending’, ‘draft’, ‘future’, ‘private’ )
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Unique Field works only on Published content’ is closed to new replies.