Files
2026-04-26 23:47:49 +02:00

16 lines
220 B
PHP

<?php
/**
* Created by PhpStorm.
* User: gaupoit
* Date: 7/25/19
* Time: 14:48
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class PPW_Password_Recovery extends PPW_Background_Task {
}