Plugin Directory

Changeset 3017143

Timestamp:
01/03/2024 06:18:06 PM (7 months ago)
Author:
obenland
Message:

Updating readme/assets from GitHub

Location:
wp-approve-user
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-approve-user/tags/11/readme.txt

    r3017141 r3017143  
    3030
    3131
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
    3254== Installation ==
    3355
     
    4365
    4466Yes! Under Settings > Approve User, you can choose when to send an email and customize the email content to your needs!
    45 
    46 
    47 = Plugin Hooks =
    48 
    49 === Actions ===
    50 
    51 **wpau_approve** (*int*)
    52 > User-ID of approved user.
    53 
    54 **wpau_unapprove** (*int*)
    55 > User-ID of unapproved user.
    56 
    57 === Filter ===
    58 
    59 **wpau_default_options** (*array*)
    60 > Default options.
    61 
    62 **wpau_update_message_handler** (*string*)
    63 > Allows to return custom update messages.
    64 
    65 **wpau_message_placeholders** (*array*)
    66 > Filters the placeholders in approve/unapprove emails.
    6767
    6868
  • wp-approve-user/trunk/readme.txt

    r3017141 r3017143  
    3030
    3131
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
    3254== Installation ==
    3355
     
    4365
    4466Yes! Under Settings > Approve User, you can choose when to send an email and customize the email content to your needs!
    45 
    46 
    47 = Plugin Hooks =
    48 
    49 === Actions ===
    50 
    51 **wpau_approve** (*int*)
    52 > User-ID of approved user.
    53 
    54 **wpau_unapprove** (*int*)
    55 > User-ID of unapproved user.
    56 
    57 === Filter ===
    58 
    59 **wpau_default_options** (*array*)
    60 > Default options.
    61 
    62 **wpau_update_message_handler** (*string*)
    63 > Allows to return custom update messages.
    64 
    65 **wpau_message_placeholders** (*array*)
    66 > Filters the placeholders in approve/unapprove emails.
    6767
    6868
Note: See TracChangeset for help on using the changeset viewer.