예제 #1
0
파일: sidebar.php 프로젝트: kosir/wp-pipes
 /**
  * Set value for the action attribute of the filter form
  *
  * @param   string  $action  Value for the action attribute of the form
  *
  * @return  void
  *
  * @since   3.0
  */
 public static function setAction($action)
 {
     self::$action = $action;
 }