Looking to capture post data in WordPress using Google Chrome? All you need to use is their developer tools and monitor the network tab.
1 answers
1
Viewing post data in Chrome
In order to view WordPress post data in Google Chrome, you’ll need to follow the steps below accordingly.
- Make a new post.
- Open up the Chrome Developer Tools.
- View the Network tab.
- Submit your post in WordPress.
- Click on post.php in the Developer Tool’s Network tab.
- View the Form Data section to view the submitted post data.
— Support WizardAnswer 1