I’m creating a widget, and cannot figure out how to get an event right before the person clicks “save” or presses the enter button on the widget admin panel....
With a plugin how would you change the URL returned by wp_lostpassword_url()? The function wp_lostpassword_url() returns the URL where users can reset their password. Function Reference/wp lostpassword url 1...
I want caching all images on my site and prevent the browser download the images all times, so I would like add an version query tag to all images...
How can I override default theme/WP Core comments.php template with my own in the plugin? I searched for different solutions, but they don’t work for me. Or how to...
While debugging plugins or themes I will often come across a notice / warning / error which doesn’t really provide useful debugging info. Notice: get_current_site_name is deprecated since version...
Can anyone help me to determine what function/statement in this file causes the fatal error after upgrading to php 7.0? On php 5.6 everything works fine. Error: “Declaration of...
I have a custom post type named houses. Inside my custom post type I have several custom fields which I created using ACF. What I need to do is...
I am developing a plugin by using classes and object oriented programming. Within my plugin I have included another object as I need to use the functionality of this...
My plugin needs to know if the currently active theme places the post title in H1 heading tags? I’m looking for suggestions on approaches to create script that could...
I’d like to decrease the default RSS cache time for a widget plugin i’ve made that outputs RSS feeds. I’m no php expert, I just copy and paste and...

