Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Paul

Disable connecting to ssl://www.admincolumns.com:443

Hello,

a customer of me has a very strict secure server config. The server can’t connect to unknown hosts. Making a server known is poorly impossible.
So its like a offline WordPress installation.
You can see it here: http://aig-mbh.com/

So I have to disable the update feature of admincolumns.

How I can do this. Probably by some lines in functions.php?
Whats about the activation process? Will it work without connecting to your server, is there an alternative way?

Regards

9 years ago
Tobias Schutter
Developer

Hi Paul,

The plugin will work just fine, even if it can not connect to our server.

There is not a built in option to disable the automatic updates, but if you do want to turn them off, the easiest way would be to overwrite the license manager.

Add the following to your theme’s functions.php. (this will disable any updates for Admin Columns Pro ofcourse, and it will hide the license input field).


class Codepress_Licence_Manager_Settings {}

Let me know if it works.

9 years ago

You must be logged in to reply to this topic.