Definition:
function admin_created_user_subject( $text ) {}
Parameters
- $text
Source code
function admin_created_user_subject( $text ) { return sprintf( __( '[%s] Your site invite' ), get_bloginfo( 'name' ) ); }
399
Definition:
function admin_created_user_subject( $text ) {}
function admin_created_user_subject( $text ) { return sprintf( __( '[%s] Your site invite' ), get_bloginfo( 'name' ) ); }
399
No comments yet... Be the first to leave a reply!