gianism_profile_error_popup

gianism_profile_error_popup

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.1.0

apply_filters('gianism_profile_error_popup') is found 1 times:

  • /app/Gianism/Controller/ProfileChecker.php line 196
    		if ( ! $error->get_error_messages() ) {
    			return;
    		}
    		$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.
    	 *