• Resolved Zakaria Elkashef

    (@zakariaelkashef)


    Hi, i have an issue in the disable_comments_options in my options, it suppose to have a key call disabled_post_types has list of my post types, BUT the problem somehow it stores as nested array 
    i need to know why this happen ?
    my disable_comments_options is:


    [
    'sitewide_settings' => false,
    'disabled_post_types' => [
    'disabled_post_types' => [
    0 => 'post',
    1 => 'page',
    2 => 'attachment',
    ],
    'remove_everywhere' => true,
    'extra_post_types' => false,
    'db_version' => 7,
    'sitewide_settings' => false,
    ],
    'remove_everywhere' => false,
    'extra_post_types' => false,
    'db_version' => 7,
    ]


    thanks
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @zakariaelkashef ,

    Sorry for the late response here!
    Our dev team is checking this. I will update you ASAP regarding this here.

    Thank you!

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi there,

    We tried to reproduce the issue on our end, but we were unable to replicate it.

    Could you please provide us with step-by-step instructions to reproduce the issue so that we can investigate further and assist you?

    Thank you!

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi there,

    I just want to know the update regarding this. Since we didn’t replicate this on our end, we need your help to replicate this.

    We’re still waiting for your response.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[NSFW] disable_comments_options wrong value’ is closed to new replies.