This plugin opens (but does not close) a PHP session for each request, which makes WordPress “loopback” requests fail because the sloopback request can’t lock the same session ID. This manifests as failures in the health check (“Your Site Could Not Complete a Loopback Request”) and slow requests when using [for example] the AMP plugin.
The technical cause of the problem is that the file at “/cm-list-manager-pro/plugin/notices/AdminNoticeManager.php” uses start_session(), but does not use session_write_close() after each write or read to avoid session deadlocks, as explained in <https://ma.ttias.be/php-session-locking-prevent-sessions-blocking-in-requests/>. Adding session_write_close() would presumably solve it.
Can this be fixed?
]]>I have the ‘CM Curated List Manager’ plugin installed. At the moment only a user who has the Administrator role can utilise this plugin. I would like a user who is ‘Author’ or ‘Editor’ to be able to access it in order to add new list items.
]]>Hello, I would like to find out how to edit the style css for your plugin because we have a dark background and the font color doesn’t show up well. Thank you.
]]>when i place my shortcode on my site using 1 catergory and 3 links in it it only shows the shortcode.
]]>