b3_custom_register_inform()

Description

This overrides who to inform after user registers through the default custom form.

Arguments

  • $inform
    (string) - Who to inform ?

Return

(string)   Who to inform

Usage

  1. function b3_custom_register_inform( $inform ) {
  2.     return $inform;
  3. }
  4. add_filter( 'b3_custom_register_inform', 'b3_custom_register_inform' );

Options are 'admin', 'user', 'both', ''.

Used in

Tags