accept_POST() public méthode

* FeedWordPressAdminPage::pagename ()
public accept_POST ( $post )
Exemple #1
0
 function accept_POST($post)
 {
     if (isset($post['fix_mismatch']) and strlen($post['fix_mismatch']) > 0) {
         $this->fix_mismatch($post);
     } else {
         parent::accept_POST($post);
     }
 }