public function notices() {
if ( empty( $this->errmsg ) && isset( $_GET['updated'] ) ) {
appthemes_display_notice( 'success', __( 'Your profile has been updated.', APP_TD ) );
}
}
public function notices() {
if ( empty( $this->errmsg ) && isset( $_GET['updated'] ) ) {
appthemes_display_notice( 'success', __( 'Your profile has been updated.', APP_TD ) );
}
else if($this->errmsg){
appthemes_display_notice('error', $this->errmsg);
}
}
There are currently 1 users browsing this thread. (0 members and 1 guests)