How to check plugins for malicious code?
Our new hosting company ran a security check on our installation and I was very surprised to hear that a premium plugin we had purchased (Easy Media Gallery Pro) contained malicious code.
Our new hosting company ran a security check on our installation and I was very surprised to hear that a premium plugin we had purchased (Easy Media Gallery Pro) contained malicious code.
I’m a newbie at modifying wooCommerce. I hope someone can help me with a problem i’m having while trying to make a minor change to the plugin to fit with a request from my client. I’m trying to modify WooCommerce to display the category name for each product. I want the category name to be … Read more
I’ve recently been forced to edit the core files of a plugin. I’ve updated the title of said plugin to indicate that its been edited.
In particular in table wp_options. After almost 2 years of blog production it seems increased a lot, and I don’t know how many crap is in there.
Whenever an administrator in WordPress activates a plugin, upon the reload of the plugin page, a notice will appear upon successful activation reporting “Plugin Activated”.
I’m investigating WooCommerce as a potential e-commerce solution, however my immediate concern (which I haven’t been able to find information on) is the number of products. The proposed store needs the ability to house ~30,000 different products. Is there any technical limitation on the number of products that WooCommerce can handle? Would the limit simply … Read more
I recently wrote my first WP plugin that adds a shortcode for embedding a custom jquery image gallery into posts. It’s primarily just dumps a good chunk of HTML into the post, along with javascript necessary for initialization.
What I finally want to achieve are extra settings added to the Image Details box, that will be stored in the image <img> tag as data-* attributes
I’m using the WooCommerce plugin with WordPress and within my theme I’d like to list all categories within a navigation menu with PHP.
I have some strange error or may be I do not have the skills to tackle this issue.
I am building a plugin for Multisite. When is use is_admin(), my plugin works fine but when I use is_super_admin it shows me this error Fatal error: Call to undefined function wp_get_current_user(). I did my search but could not be able to find any solution.