class-gsc-bulk-action.php 409 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * WPSEO plugin file.
  4. *
  5. * @package WPSEO\Admin\Google_Search_Console
  6. */
  7. /**
  8. * Class WPSEO_GSC_Bulk_Action.
  9. *
  10. * @deprecated 12.5
  11. *
  12. * @codeCoverageIgnore
  13. */
  14. class WPSEO_GSC_Bulk_Action {
  15. /**
  16. * Setting the listener on the bulk action post.
  17. *
  18. * @deprecated 12.5
  19. *
  20. * @codeCoverageIgnore
  21. */
  22. public function __construct() {
  23. _deprecated_function( __METHOD__, 'WPSEO 12.5' );
  24. }
  25. }