mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
- wp-admin assets refactoring (in process);
This commit is contained in:
@@ -65,11 +65,12 @@ if ( ! class_exists( 'um\core\Form' ) ) {
|
||||
public $usermeta_whitelist = array();
|
||||
|
||||
/**
|
||||
* Form constructor.
|
||||
* Hook for singleton
|
||||
* @since 2.7.1
|
||||
*/
|
||||
public function __construct() {
|
||||
public function hooks() {
|
||||
add_action( 'template_redirect', array( &$this, 'form_init' ), 2 );
|
||||
add_action( 'init', array( &$this, 'field_declare' ), 10 );
|
||||
add_action( 'init', array( &$this, 'field_declare' ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user