コード例 #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;
 }