mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-07 11:16:40 +08:00
phpDoc-Documentation
This commit is contained in:
parent
b32327ecf7
commit
39667bcef1
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
* MainWP Child WPVivid Backup & Restore
|
* MainWP Child WPVivid Backup & Restore
|
||||||
*
|
*
|
||||||
* This file handles all of the WPvivid Backup & Restore actions.
|
* This file handles all of the WPvivid Backup & Restore actions.
|
||||||
*
|
|
||||||
* @uses MainWP\Child\MainWP_Helper
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use MainWP\Child\MainWP_Helper;
|
use MainWP\Child\MainWP_Helper;
|
||||||
|
@ -12,7 +10,7 @@ use MainWP\Child\MainWP_Helper;
|
||||||
// phpcs:disable PSR1.Classes.ClassDeclaration, WordPress.WP.AlternativeFunctions -- to use external code, third party credit.
|
// phpcs:disable PSR1.Classes.ClassDeclaration, WordPress.WP.AlternativeFunctions -- to use external code, third party credit.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class MainWP_Child_WPvivid_BackupRestore
|
* Class MainWP_Child_WPvivid_BackupRestore.
|
||||||
*/
|
*/
|
||||||
class MainWP_Child_WPvivid_BackupRestore {
|
class MainWP_Child_WPvivid_BackupRestore {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue