mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
- page_select field for the Settings > General > Pages;
This commit is contained in:
@@ -20,9 +20,22 @@ if ( ! class_exists( 'um\ajax\Init' ) ) {
|
||||
* @used-by \UM::includes()
|
||||
*/
|
||||
public function includes() {
|
||||
$this->pages();
|
||||
$this->secure();
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.8.3
|
||||
*
|
||||
* @return Pages
|
||||
*/
|
||||
public function pages() {
|
||||
if ( empty( UM()->classes['um\ajax\pages'] ) ) {
|
||||
UM()->classes['um\ajax\pages'] = new Pages();
|
||||
}
|
||||
return UM()->classes['um\ajax\pages'];
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.6.8
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user