first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
interface IWPML_AJAX_Action_Run {
|
||||
public function run();
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
interface IWPML_AJAX_Action_Run {
|
||||
public function run();
|
||||
}
|
||||