Нема описа

DataStorage.php 477B

12345678910111213141516171819
  1. <?php
  2. /*******************************************************************************
  3. * Copyright (c) 2019, Code Atlantic LLC
  4. ******************************************************************************/
  5. if ( ! defined( 'ABSPATH' ) ) {
  6. exit;
  7. }
  8. /**
  9. * Initializes a temporary data storage engine used by core in various capacities.
  10. *
  11. * @since 1.7.0
  12. *
  13. * @deprecated 1.8.0 Use PUM_Utils_DataStorage instead.
  14. */
  15. class PUM_DataStorage extends PUM_Utils_DataStorage {}