mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 05:03:33 +09:00
- changed form builder > icon field to new dropdown type;
This commit is contained in:
@@ -20,10 +20,23 @@ if ( ! class_exists( 'um\ajax\Init' ) ) {
|
||||
* @used-by \UM::includes()
|
||||
*/
|
||||
public function includes() {
|
||||
$this->forms();
|
||||
$this->pages();
|
||||
$this->secure();
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.8.6
|
||||
*
|
||||
* @return Forms
|
||||
*/
|
||||
public function forms() {
|
||||
if ( empty( UM()->classes['um\ajax\forms'] ) ) {
|
||||
UM()->classes['um\ajax\forms'] = new Forms();
|
||||
}
|
||||
return UM()->classes['um\ajax\forms'];
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.8.3
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user