mirror of
https://ghproxy.net/https://github.com/elementor/activity-log.git
synced 2025-10-04 03:02:29 +08:00
13 lines
No EOL
202 B
PHP
13 lines
No EOL
202 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
|
|
/**
|
|
* Empty class for now..
|
|
*
|
|
* Class AAL_Hook_Base
|
|
*/
|
|
abstract class AAL_Hook_Base {
|
|
|
|
public function __construct() {}
|
|
|
|
} |