• Resolved Bannix

    (@bannix)


    In the documentation it is written:

    [gc_list_view ******* hook_secret_key=”hogehoge”]

    and then in the php code:
    $hook_secret_key = ‘hogehoge’;

    This does not work. You have to leave out the “” in order for it to work:
    [gc_list_view ******* hook_secret_key=hogehoge]

    This cost me a few hours of debugging …

    • This topic was modified 4 years, 10 months ago by Bannix.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kimipooh

    (@kimipooh)

    Thank you for your suggestion.

    Sometimes, [“] character is changed the different character [”] by WordPress (CMS).
    I revised the necessary double quotation marks to the HTML code ["].

    Thread Starter Bannix

    (@bannix)

    Thank you! And also thank you for making this plugin, it saves me a lot of work.

    • This reply was modified 4 years, 10 months ago by Bannix.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error in hook_secret_key documentation’ is closed to new replies.