返信先: メール認証の完了画面

フォーラム テンプレート(テーマ) メール認証の完了画面 返信先: メール認証の完了画面

#94792
capileira1998
モデレーター

返信ありがとうございます。
すみません、そのフックの存在は、わかっていたのですが、

verifying.phpの中の下記のコンテンツ部分を上書きするフックはありますでしょうか。

$html .= ‘<h2>’ . __(‘Completed sending an authentication email’, ‘usces’) . ‘</h2>’;
$html .= ‘<p>’ . __(‘An authentication email has been sent. Click on the approval URL in the email to complete membership registration.’, ‘usces’) . ‘</p>’;
$html .= ‘<p>’ . sprintf( __( “This registration will be invalidated if authentication is not completed within %d hours.”, ‘usces’ ), $remaining_hour ) . ‘</p>’;