Wordpress

Fifty Actions of WordPress – 50 Examples

Fifty Actions of WordPress – 50 Examples   Let’s begin! Handling Default WordPress Styles WordPress has many CSS files for its back-end and front-end to use. With the wp_default_styles action, we can monkey with the default styles of WordPress. Removing ie.css From the WordPress Admin Panel If you’re the only one using the administration panel of your WordPress website […]

Fifty Actions of WordPress – 50 Examples Leer más »

Hardening WordPress

Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren’t taken. This article will introduce you to basic security concepts and serve as an introductory guide to making your WordPress website more secure.   https://codex.wordpress.org/Hardening_WordPress

Hardening WordPress Leer más »

Plugin Development WordPress

Plugin Development Plugin Developer Handbook – The best starting place for learning about how to develop plugins WordPress Coding Standards – General information about coding standards for WordPress development Debugging in WordPress – Reference and guide for using the built-in debugging system in WordPress. Data Validation – A must-read for WordPress plugin authors. Describes the

Plugin Development WordPress Leer más »

WordPress API

WordPress API the online manual for WordPress and a living repository for WordPress information and documentation.   The WordPress API stands for the WordPress Application Programming Interface. It can be separated into multiple API sections / topics. Each covers the functions involved in and use of a given set of functionality. Together they form what

WordPress API Leer más »

Function Reference

Codex Function Reference Contents 1 Functions by category 1.1 Post, Custom Post Type, Page, Attachment and Bookmarks Functions 1.2 Category, Tag and Taxonomy Functions 1.3 User and Author Functions 1.4 Feed Functions 1.5 HTTP API Functions 1.6 Comment, Ping, and Trackback Functions 1.7 Action, Filter, and Plugin Functions 1.8 Theme-Related Functions 1.9 Formatting Functions 1.10

Function Reference Leer más »