Your cart is currently empty!
Category: WordPress
-
Silence is Golden, Debugging is Silver
How to adjust PHP error reporting for WordPress Debugging It’s important to be aware of any issues in your code when you develop for WordPress. But sometimes, too much information is just … too much. Here is an efficient way of choosing which notices are important to you and which are not. When you develop…
-
Track Visits and Grant Commissions with Affiliates
Affiliates plugin can track visits to your site and grant commissions when an action is completed. This whole process of tracking visits and granting commissions depends mainly on the affiliate cookie which: Notifies the system that a new visitor has been referred Identifies the referring affiliate for that visit This cookie is stored automatically in…
-
WordPress Support Session
There are several different setups and even more different use cases out there. This in turn makes it quite normal to read customers’ requests for new features on our plugins. One of them that I stumbled upon today, has to do with some extra content that needs to be rendered by the groups_user_groups shortcode of…
-
WordPress Core Functions
WordPress has an extended API which is documented in Developer Resources. This comes extremely handy when you are developing your new custom addon. Even though it is absolutely correct to use pure PHP for your implementation, there are several core functions you can use and save time. For example if you wish to load your…
-
WordPress Support Session
During my session, I responded to a user’s request in which he mentioned observing wrong redirects as soon as his users logged out of groups to which they belonged. More precisely, he mentioned observing permanent redirects (301) and temporal redirects (302). Although this behavior isn’t common in Groups, considering Groups typically only yields 404s and…
-
WordPress Support Session
It’s nice to see that people are working with Groups also over the weekend! We’ve had a few requests related to Groups which I’ve attended today and I wanted to summarize here: Groups PayPal – Publish GPLv3 Open Source on GitHub Incompatibility with BuddyBoss Post Read restriction and Cron job The first one is related…
-
WordPress Basics
On our support forums we mainly focus on advanced topics related to specific functionalities of WordPress and our plugins. These can be either special use cases or even questions looking for business consultation and how we can cover them with our tools. However, there are many users that have just started using WordPress and issues…
-
WordPress Support Session
I began today’s support session by directing a user to the Referrals section of Affiliates where he could easily view referrals made by affiliates. This was geared towards helping him identify all the referrals made by specific affiliates. I then moved on to an interesting case in which the client wanted to use Groups to…