jeudi 10 avril 2014

surcharger l'affichage de wordpress add_action

le code original
<?php
/**
* Fires following the 'Password' field in the login form.
*
* @since 2.1.0
*/
do_action( 'login_form' );
?>

pour le charger dans le plugin on utilise

add_action('login_form', 'fction');

et on defini le code à ajouter dans la fct fction

exp pour ajouter un affichage à l'affichage original 

Aucun commentaire:

Enregistrer un commentaire

Nombre total de pages vues