function disable_default_registration() { return false; } add_filter( 'register_users', 'disable_default_registration' ); Passer au contenu principal
LUN
MAR
MER
JEU
VEN
SAM
DIM
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31