gianism_profile_error_popup

gianism_profile_error_popup

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.2.2

apply_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.
    	 *