Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ErrorException Warning: Attempt to read property "post_type" on null #202

Merged
merged 3 commits into from
Apr 5, 2023

Commits on Mar 30, 2023

  1. Update Invalidation.php

    In this updated code, the condition $post checks whether the $post variable is not null before accessing its post_type property. If $post is null, the code immediately returns without attempting to access its properties.
    izzygld committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9fa338d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from izzygld/izzygld-patch-1

    Update Invalidation.php
    izzygld committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    32f32c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    d79fa3c View commit details
    Browse the repository at this point in the history