Comment IP Plugin – Fixing onfocus=’this.select()’
I’m the process of getting an old plugin to work and what I need help with, if possible, is to review the “error” I’m getting.
I’m the process of getting an old plugin to work and what I need help with, if possible, is to review the “error” I’m getting.
So I have a existing wordpress site and we are building now download section for it. Downloads will be custom post type and files. Now we need to have some stats, like number of downloads per cpt (needed) and who downloaded (logged in users) (nice to have). There would few hundred (2009 users each download few files (3-5) each day.
I have a shortcode that prints a simple form, a button is used to submit the form. The problem is that when it’s pressed, the form gets submitted normally, ignoring the js function. I can’t understand why it’s doing this, since trying this locally on XAMPP works (I needed to change something to adapt the js code to WP, but nothing that should change its behavior.
A recent update to one of the plugins I use broke my multisite blog and in the process of debugging it, all of the plugins got disabled. Now I have to try to figure out which plugins used to be enabled, but that’s a big chore for various reasons.
I have issues when trying to update or set new user role from an array returned by external API :
There’s no WordPress-specific stuff in this answer, but I’m just trying to help since the official documentation is (as of writing) not very helpful..
I’m creating and developing a new plugin for some of my private clients and I do want to see if my clients are sharing my plugin with other people (I asked them not to do that).
I’d like to have my attachments IDs being random (not sequential). Just like what this plugin does, but for attachments. I’ve tried to look into the source code of the plugin, but it uses filters that are not applicable to attachments.
How can I update multiple fields/Custom fields for the same post using only one call?
I am trying to rename a folder in the uploads folder if an HTML form is submitted (used to edit entry names).