/**
  * Restores the static $postdata.
  *
  * @since  1.0.0
  * @return array
  */
 public static function reset_postdata()
 {
     self::$postdata = array();
 }