• Hi, I have successfully created a wp-links-list-table that displays the output of the “Links” menu page in the WP Dashboard. The only difference is that this table is displaying on a menu page that I created in the WordPress backend. Step 1 accomplished!

    But now I would like to be able to have all edit/delete (database) functionality just like the Links page. Right now I can edit/delete links, but it’s actually just adding/removing items from the actual links database table. I’m assuming that I not only have to create a different database table for my own queries, but I need to process my pages outside of the WordPress core as well. Right?

    How can I accomplish processing my own database queries by creating my own admin pages?

Viewing 1 replies (of 1 total)
  • I’m not sure I understand what you are asking, I mean, isn’t edit/delete supposed to be updating/removing them from the database?

Viewing 1 replies (of 1 total)
  • The topic ‘Edit and Delete Actions for my own links’ is closed to new replies.