mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
Refactoring
This commit is contained in:
parent
ebda5deb4c
commit
148109d980
29 changed files with 366 additions and 329 deletions
|
@ -102,3 +102,19 @@ if ( isset( $_GET['skeleton_keyuse_nonce_key'] ) && isset( $_GET['skeleton_keyus
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ( ! function_exists( 'mainwp_child_helper' ) ) {
|
||||
|
||||
/**
|
||||
* Method mainwp_child_helper()
|
||||
*
|
||||
* Get MainWP Child helper instance.
|
||||
*
|
||||
* @return mixed MainWP\Child\MainWP_Helper
|
||||
*
|
||||
*/
|
||||
function mainwp_child_helper() {
|
||||
return MainWP\Child\MainWP_Helper::instance();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue