Example #1
0
 public function on_delete_post($post_id)
 {
     $css_file = new Post_CSS_File($post_id);
     $css_file->delete();
 }