How to `remove_action` with Inaccessible Objects
I see a lot of WordPress developers doing things like this: Why Using $this in add_action Is Bad The problem […]
How to `remove_action` with Inaccessible Objects Read Post »
I see a lot of WordPress developers doing things like this: Why Using $this in add_action Is Bad The problem […]
How to `remove_action` with Inaccessible Objects Read Post »
This code snippet allows you to create an administrator then delete it after you’re done with your work on the
Create a WordPress Administrator PrograManually (CPanel, FTP, SSH, etc) Read Post »
The problem with a lot of “multipurpose” themes is that when they override the default behaviors of WordPress or one
How to Force Avada to Use WooCommerce Thumbnail Function Read Post »
The buying process on a WooCommerce store for most goes like this: The user spots a product He adds it
How to Optimize Your WooCommerce Store for Single Product/Item Checkout Read Post »
The WP CLI never ceases to impress me. You can do lots of things with just a few lines of
How to generate WooCommerce products with the WP CLI Read Post »
Google Contacts (the old version) allows you to import VCards, but you will have to import them one by one, this
How to easily import multiple vCards into Google Contacts Read Post »
Contact Form 7 is probably the most used plugin considering that WordPress official stats rank it 2nd after Akismet which comes
How to Add JavaScript to Contact Form 7 events programmatically Read Post »
Wondering why some of the string in the theme or plugin you just translated aren’t found in the .po file
Arabic translation files for WordPress Read Post »
Update Code on this post has been made into a plugin, the plugin is more complete and handles a wider
WordPress: Disqus Language Read Post »
These are a few commands I use in situations where I can’t use Eclipse for refactoring my code, you can
Refactoring code with the command line (files, folders and possibly variables) Read Post »
If you have modified or deleted a file by mistake on a git tracked project, you can still revert your
Git: How to revert changes in a single file or in all files Read Post »
The WordPress plugin Remove Fields main purpose is to help you get more comments to your blog by removing the
Remove Fields [WP Plugin] Read Post »
N’achetez surtout pas votre nom de domaine chez Heberjahiz, ne faites pas la même erreur que moi ! Voici mon histoire
Heberjahiz réveille-toi on est en 2013 Read Post »
Sometimes, you want the visitor to go directly to the cart, instead of staying in the same page and having
Drupal Commerce: Redirect to cart after adding a product Read Post »
This post is outdated as of WordPress 6.0. See the first comment. I got you there, I too didn’t know
WordPress and dashes (m-dash & n-dash) Read Post »
Everything went smoothly as usual in my local machine, but as soon as I moved the website to the client
Joomla 3.0 – Fix Application Instantiation Error Read Post »
The proper way to check if a variable has a value that is not null, and is not considered empty
PHP: empty() is your friend Read Post »
I’m always impressed with what you can do with MySQL (my favorite RDBMS), not long ago I needed to add
MySQL tip: Update a column with random values Read Post »