You can change keys by editing them after the fact. You cannot change entry id. Entry IDs are created by WordPress and provide the link to all data elements. In fact, WordPress creates entry ids for everything added to any table in the database. Entry id is designed to filter entries using the WordPress current_user() function where entry_id = current_user. Of course you can create your own alternate string for filtering using an algorithm or your design.
okay Thanks , is there anyway we can change or update entry key, like formidable generates random key for each entry upon submission . How can I change random entry (ytn6nu) to reg-num-ytn6nu
Please login or Register to submit your answer