• Resolved David Perez

    (@davidperez)


    Hello, I’m getting this notice with debug activated:
    ( ! ) Notice: Trying to access array offset on value of type null in /wp-content/plugins/wp-hide-post/admin/settings/class_settings.php on line 324

    Please solve it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter David Perez

    (@davidperez)

    It could be solved with this:

    if ( isset( $this->asignment_section['id'] ) ) {
    $this->settings[$this->asignment_section['id']] = $this->asignment_fields;
    }
    Plugin Author xfinitysoft

    (@xfinitysoft)

    /wp-content/plugins/wp-hide-post/admin/settings/class_settings.php on line 324
    this path does not exist in our plugin kindly copy the error and paste here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Taking this error’ is closed to new replies.