What is "helpx_last_check" from wordpress database
I am a developer who works full time with wordpress and I came across something in my database which I have never seen before. I tried the normal search engine approach and have found nothing. Wondering if the wonderful people of stackoverflow have seen this before. I am pretty sure it isn't harmful. This is the entry in the mysql database.
Table is "_options"
option_id: 1165
blog_id: 0
option_name: helpx_last_check
option_value: 1276628545
autoload: yes
I am specifically wondering what "helpx_last_check" is.
Thanks
Solutions
Do you (or did you) have the MapPress Easy
Google Maps
plugin installed? This includes some
helpx
plugin options, but I haven't investigated what they check. If it's not this plugin, search your code for a class called
helpx
, maybe others use it too.
Similar questions
WordPress data lose after importing database into new database
I am new with Wordpress. I have created a simple plugin to save setting for theme. In this its working fine for saving data in database. But am having problem when i am exporting my project Databse and import to new database. That time all settings are gone ,i have to update theme setting every time when i am importing database to new database. Any...
Fail to import/copy database from old installation (database) of WAMP for wordpress
My WAMP server crashed a few days ago and so I uninstalled and reinstalled it. However I changed the default installation location. I then moved the backup folder of wamp/bin/mysql/mysql5.6.17/data and also the /www/ folder to the new installation folder. The I reinstalled wordpress and it gave me WordPress database error. I tried installing Apache...
Database is there but Wordpress cannot establishing a Database Connection
I am having a server running on my machine and I am calling it over the network. The Server is running fine and there have not been any problems with apache or php yet. My database is not running on the same machine as apache but in the same local network on a server with the domain "sql.local.network.com". Now i copied a Wordpress site onto my web...
Is it possible to move a Wordpress Blog Database to a Rails Database?
I am in the process of creating a new website using the Rails framework. I would like to migrate the old blog posts from Wordpress into the new site. My initial thought is to get the blog database and migrate it to Rails using mysql. What would be the best way to take this on?
Also ask