Skip to content

Instantly share code, notes, and snippets.

@jbma
Created October 4, 2015 09:11
Show Gist options
  • Save jbma/22f2a9ae88e5a937d8ea to your computer and use it in GitHub Desktop.
Save jbma/22f2a9ae88e5a937d8ea to your computer and use it in GitHub Desktop.
<?php
require ('wp-load.php');
$id_post = esc_html($_GET['id_post']);
rocket_clean_post($id_post);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment