Software Engineering in WordPress, PHP, and Backend Development

Search: “plugins” (Page 92 of 130)

We found 650 results for your search.

Adding a Plugin Settings Link

[…] First, it may be helpful to review the plugin_action_links hook that WordPress provides. As the Codex states: Applied to the list of links to display on the plugins page (beside the activate/deactivate links). From there, you’ll need to define your function and then create a link to the settings page. All you need to […]

Composer Without Continuous Integration

[…] is using Composer without continuous integration, then odds are you’re left with a crucial step of figuring out how to manage the vendor directory when deploying your plugins. That is: We know it’s a bad idea to throw the entire vendor directory under source control, Other developers who are familiar with using Composer should […]

WordPress Widgets: Refactoring, Part 3

[…] ways to demonstrate this is through subscriber for CSS files and JavaScript files because they are two of the most common things that we use when building plugins. Creating an Abstract Class Before implementing the abstract class, let’s lay out exactly what it is that we’re going to do to create this. We need […]

A Helper Function for Admin Notices

If you’re in the business of building plugins, or even themes for that matter, and are incorporating object-oriented practices into your work then you’re likely faced with serialization of some type. And one of the aspects of serialization that it requires some type of feedback for the user. This can be a success message, […]

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑