How do you get wordpress plugin shortcode to $_GET url parameters
I have a plugin on a page update-data which has a shortcode on the page of [updatedata] here is what an update row looks like <td><a href="<?php echo admin_url('http://localhost/update-data&id='.$id); ?>">UPDATE</a></td> Here is what the plugin code is <?php /* plugin…