This is a simple plugin to help in PoC's of PHP Object Injection in Wordpress.
First download the WP-Object-Injection-PoC plugin on your "wp-content/plugin" directory and then activate in your wordpress dashboard.
Now you can easily do the PoC of insecure deserialization without worrying about POP chains.
echo serialize(new OI());
// O:2:"OI":2:{s:3:"fcn";s:6:"system";s:3:"cmd";s:2:"id";}