Mobile-Detect

Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. https://github.com/serbanghita/Mobile-Detect

Seguir Leyendo..

photomosh

Generar GIF, Glitch images, videos or webcam using WebGL effects. Save output as image, gif or video. https://photomosh.com/

Seguir Leyendo..

Proteger el XMLRPC.php de WordPress

1º — Borrar o cambiar el nombre del archivo XMLRPC.php 2º — Copiar el siguiente código en wp-config.php add_filter(‘xmlrpc_enabled’, ‘__return_false’); 3º — Copiar el siguiente código en funcions.php add_filter( ‘xmlrpc_methods’, function(…

Seguir Leyendo..