Constant Contact Releases Official Plugin for WordPress

The WordPress Plugin Directory has more than 100 plugins that integrate Constant Contact in different ways for email marketing, such as adding a subscription checkbox to registration or providing an email signup form via a widget. This week the company released its own official plugin on WordPress.org to expand its reach to the WordPress market. Constant Contact Forms was built …

ManageWP Launches Automated Security Scanning

When ManageWP allowed users to perform security scans of websites through the Orion interface in December of 2015, a feature commonly requested by customers was the ability to automate the scans. Nine months after implementing security checks for customers, ManageWP has added automated security scans to its assortment of features. The automated security scans are a premium feature and cost $1 per site. …

Advanced WordPress Development: Writing Object-Oriented Plugins

There are a lot of benefits to learning object-oriented programming if you’re a WordPress developer. OOP code can help organize your code and make it reusable. It’s more extensible, easier to maintain, and encourages a culture of using design patterns. This is the second post in our six-part series focusing on WordPress for advanced developers. This series follows on from our …