Angel Alcaide
  • Welcome
  • My career development
  • WordPress desarrollo
  • Contact
Seleccionar página

Funciones Seguras WordPress

por Angel Alcaide | Ene 31, 2019 | Buenas Prácticas | 0 Comentarios

Funciones seguras en WordPress para corregir inputs, mails, etc.

Ejemplo:

<input id=»title» type=»text» name=»title»>

You can sanitize the input data with the sanitize_text_field() function:

$title = sanitize_text_field($_POST[‘title’]);
update_post_meta($post->ID, ‘title’, $title);

Ver más en:

https://developer.wordpress.org/plugins/security/securing-input/

Content

  • BBDD
    • Oracle
    • MySQL
    • SQL Server
  • BLOCKCHAIN
  • HTML-CSS-JAVASCRIPT
  • IIS
  • Lenguages de Programación
    • Python
  • Moodle
  • Microcontroladores
  • Progressive Web App
    • Service-Worker
  • Social Networks
  • Resources
    • GIT
  • Sistemas
    • Hacking Ético
    • OFFICE
  • Visual Studio
    • ASPx
    • VB.Net
    • iTextSharp
  • WordPress
    • Buenas Prácticas
    • Divi
    • Mantenimiento
    • Otros
    • Plugins
    • SEO

Links

  • i-Habite
    • Software ERP iColegia
  • COAAT Albacete
  • COAAT Ciudad Real
  • COAAT Córdoba
  • COAAT Cuenca
  • COAAT Huelva
  • COAAT Huesca
  • COAAT Jaén
  • COAAT León
  • COAAT Toledo

Social Networks

  • facebook
  • Linkedin
  • gitlab
  • github

Categorías

ASPx (4) BBDD (0) BlockChain (1) Buenas Prácticas (5) Destacados (4) Divi (3) GIT (5) hacking ético (2) HTML-CSS (3) IIS (7) Inglés (1) iTextSharp (3) Lenguages de Programación (0) Mantenimiento (20) Microcontroladores (2) MySQL (1) OFFICE (3) Oracle (2) Otros (2) Plugins (26) Progressive Web App (1) Python (2) Resources (6) SEO (1) Sistemas (10) Social Networks (3) SQL (10) Uncategorized (11) VB.Net (10) Visual Studio (7) Wordpress (2)
  • Facebook
  • Twitter
  • RSS

Diseñado por Elegant Themes | Desarrollado por WordPress