Software Engineering in WordPress, PHP, and Backend Development

Search: “plugins” (Page 109 of 130)

We found 650 results for your search.

How To Display The Last WordPress Query

[…] a peek at them? For example, to view the most recently executed search query, you can do this: Place this in your theme, your plugin, the mu- plugins directory, or wherever’s most appropriate. If you want to take this a step further and enable some type of “debug mode” for your project, you can […]

What Constitutes Clean Code in WordPress?

[…] that the definition is almost somewhat subjective. With the open source nature of WordPress, the desire to improve education around the platform, the desire to improve the plugins repository, and the existence of things such as Theme Review team, Theme Unit Test, and tools specifically for helping us write code, there’s an innate desire for […]

Using PHP CodeSniffer For MAMP and WordPress

[…] WordPress plugin directory in your local install. Let’s say we want to sniff one of the files in the Hello Dolly plugin. Locate a copy of wp-content/ plugins/ and then enter the following command which targets hello.php: `$ phpcs –standard=WordPress hello.php` And you should see the following output: Notice the generated table produces the line number, […]

WordPress Developers and WP Migrate DB Pro

[…] who’s building web applications (not just those on WordPress) are: Development refers to the machine on which you’re doing your development. This includes an installation of WordPress, the plugins, themes, and files you’re working on, as well as a way to check the code into version control. Staging is an environment mirroring Development allowing you to push […]

Highlight Text in the WordPress Editor

[…] three things, so nothing too terribly complicated (famous last words, right?). Before we go any further, I’m assuming that you’re familiar with the series on writing TinyMCE plugins as I’m going to be using some of that code in this post. Add The Button Assuming that you’ve setup the proper server-side code for the WordPress hooks, […]

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑