コード例 #1
0
 /**
  * Returns the output from the form class
  */
 public function show_form()
 {
     $this->form->show_form();
 }
 /**
  * Returns the output from the form class
  *
  */
 public function show_form()
 {
     $form = new Yoast_Social_Facebook_Form();
     $form->show_form();
 }