Hi, great plugin. Simple, straightforward, brilliant tool. However, I’ve been caught out, when users managed to buy products on the live site whilst the code freeze was active there. Can you do anything about it?
]]>the topic claimed “resolved” in https://www.ads-software.com/support/topic/help-i-cant-deactivate-code-freeze/ isn’t remotely resolved. I just had to go rename the plugin again to disable it using v 1.2.3
]]>Hi !
Our website needs to be tested by the security company Qualiys.
I’ve ceated a user account for them (not admin).
Before the scan starts, I activate code freeze.
After the scan the pwd of THIS user has changed, so he can’t login anymore !
Do you have any idea how this can be ?
How can user data be changed with active code freeze ?
Kind regards
Tom
It makes data in wp-admin read-only. What about data managed, say user profile, from the frontend – some plugins let’s you setup this. Will that too be enforced as read-only or it will get updated? Thanks.
]]>Can this plugin have the option of activating the freeze during certain dates. i.e. I want a freeze every friday from 00:00 to 24:00 PST.
]]>Hi,
I’m interested in using Code Freeze in conjunction with Migrate DB Pro. You see the issue is that I can pull down the new changes using MDBP from the production server to my local dev, but in the time it takes me to push the changes back up, content on the site may have changed. Code Freeze seems like a good solution, except that it disables MDBP!
Is there a way to make exceptions for plugins?
Thank you,
Tristan
And if so, do i need to activate it network-wide or only on master site?
Thanks
]]>Help! I can’t deactivate code freeze!
]]>I tried to use code freeze to deactivate a virus in a widget and now I can not deactivate code freeze. Please help!
]]>In case anyone is interested adding support to freeze bbPress (if installed) as well, here’s the change needed:
In file code-freeze/code-freeze.php, find
the cf_close_comments() function and in it, after
add_filter( 'pings_open', 'cf_close_the_comments', 10, 2 );
add
add_filter( 'bbp_current_user_can_access_create_reply_form', cf_close_bbp_comments ); // MOD: also disable bbpress topic replies
add_filter( 'bbp_current_user_can_access_create_topic_form', cf_close_bbp_comments ); // MOD: also disable bbpress new topic
function cf_close_bbp_comments(){ return FALSE; }
]]>