Wordpress

50 Filters of WordPress: An Introduction to Filters

WordPress is an amazing platform and the most popular content management system in the world. The reason for this title is because of its extensibility. In this series, we’re going to learn about filters – one of the best ways we can extend WordPress. In the foundation of this feature lies hooks – filters and actions

50 Filters of WordPress: An Introduction to Filters Leer más »

WordPress eBook Collections

15 Best WordPress eBook Collections  to Learn WordPress in 2017 DEVELOPER https://ravithanki.files.wordpress.com/2013/05/professional_wordpress_2nd_edition.pdf  THEMES https://www.doc-developpement-durable.org/file/Projets-informatiques/cours-&-manuels-informatiques/Wordpress/WordPress%20Theme%20Development,%203rd%20Edition.pdf Updated on May 05, 2017 | by WPDean There was a time when Blogging was considered as just a hobby and people used to blog just for the sake of enjoyment. However, things have changed and now people are blogging on

WordPress eBook Collections Leer más »

Loop de WordPress

En una entrada anterior ya estudiamos cómo funciona el Loop de WordPress y te expliqué con detalle los conceptos básicos para entender la porción de código fundamental que utilizan los temas de WordPress para visualizar los contenidos de tu base de datos. Hoy iremos un paso más allá y veremos cuatro formas diferentes de personalizar el Loop de

Loop de WordPress Leer más »

How to Detect and Analyze DDoS Attacks

How to Detect and Analyze DDoS Attacks Using Log Analysis The cloud delivers many benefits to companies and users alike, but it has one clear disadvantage: its vulnerability to cyber threats. This was brought to light this past December. Linode – a Linux cloud hosting provider – suffered from a massive attack that lasted 10

How to Detect and Analyze DDoS Attacks Leer más »

PHP Coding Standards

Topics PHP Single and Double Quotes Indentation Brace Style Use elseif, not else if Regular Expressions No Shorthand PHP Tags Remove Trailing Spaces Space Usage Formatting SQL statements Database Queries Naming Conventions Self-Explanatory Flag Values for Function Arguments Interpolation for Naming Dynamic Hooks Ternary Operator Yoda Conditions Clever Code Error Control Operator @ Don’t extract()

PHP Coding Standards Leer más »