function checkUntrashedPost($post_id)
 {
     if (Get_Post_Type($post_id) == $this->post_type && !$this->checkGalleryCount()) {
         $this->printGalleryCountLimit();
     }
 }
Example #2
0
 function User_Untrashes_Post($post_id)
 {
     if (Get_Post_Type($post_id) == $this->post_type && !$this->Check_Post_Count()) {
         $this->Print_Post_Count_Limit();
     }
 }