Require Users to Set a Featured Image Before Publishing a Post in WordPress
Use a save_post check in WordPress to block publishing until the editor sets a featured image.
Use a save_post check in WordPress to block publishing until the editor sets a featured image.
Add CSS classes to WordPress loop items directly or through the post_class filter to support more flexible archive layouts.
Use a simple WordPress functions.php snippet to email the administrator when the site returns a 404 page.
Use sanitize_text_field() in WordPress to clean form input and other plain-text strings before saving them.
Calculate a WordPress user’s percentage ranking based on how many posts they have published.
Use SQL queries or cached user meta to get a user’s post count and comment count in a WordPress user center.
Two ways to get the number of posts in a specific WordPress category: a direct SQL query and a WP_Query-based approach.
A look at the WordPress Researcher backdoor plugin and why research__plugin.php should be removed immediately.
Matt Mullenweg announced that Automattic acquired WooCommerce, the most popular ecommerce plugin in the WordPress ecosystem.
Add a custom column to the WooCommerce admin orders list so each order row shows the purchased products and quantities.