gianism_profile_error_popup
gianism_profile_error_popup
Appears in: gianism.4.2.0, gianism.4.2.2, gianism.4.3.0, gianism.4.3.1, gianism.4.3.2, gianism.4.3.3, gianism.4.3.4, gianism.4.4.0, gianism.5.0.0, gianism.5.0.2, gianism.5.1.0, gianism.5.2.2
Hook Type: filter
Displaying hooks found in version: gianism.5.2.2apply_filters('gianism_profile_error_popup') is found 1 times:
- /app/Gianism/Controller/ProfileChecker.php line 201
return; } // translators: %s is URL $message = sprintf( __( 'You have an incomplete profile. To access full features of this site, please fill your profile <a href="%s">here</a>.', 'wp-gianism' ), $this->redirect_url() ); $message = apply_filters( 'gianism_profile_error_popup', $message, $this->redirect_url(), $error ); $this->add_message( $message, true ); } /** * Check if path is excluded. *