• Hola Amigos!

    I’m trying to insert a html code on page add user administration panel, ie I add a checkbox that allows the user to insert this at the time to make a choice out of that comes complete wp, for that in the I write my plugin builder add_action ( ‘insert_html’, ‘insert_html’)

    insert_html function () (
    / / Html code
    )

    My question is: which function allows me to specify that this code can go out alone on page New user and edit user?

    if not going in the right direction please rectifiquenme, will thank you.

    please me is urgent.
    thanks

    ***********************spanish*********************

    Hola Amigos!!!

    Estoy tratando de insertar un codigo html en la pag add user del panel de administracion, es decir quiero insertar un checkbox que le permita al usuario que se esta insertando en ese momento marcar una opcion fuera de las que ya trae wp, para ello en el constructor de mi plugin escribo add_action(‘insert_html’, ‘insert_html’)

    function insert_html(){
    // codigo html
    }

    Mi pregunta es: que funcion me permite especificar que ese codigo html podra salir solo en la pag de New user y en edit user?

    si no voy por el camino correcto por favor rectifiquenme, se los agradecere.

    por favor me es urgente.
    gracias

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hcolumbie

    (@hcolumbie)

    sorry, actually the call to action is
    add_action ( ‘user_register’, ‘insert html’)

    user_register use the action because according to what I read she is responsible for running when a user profile is created. . Argument of the function of action: user ID. enecesito qu it worse is that html is displayed before the user being created, because it is when you create it.

    **************************spanish***********************
    Disculpen, realmente la llamada a la accion es
    add_action(‘user_register’,’insert html’)

    Use el action user_register porque segun lo que lei ella se encarga de ejecutarse cuando el perfil de un usuario es creado. . Argumento de la función de acción: ID de usuario. peor lo qu enecesito es que se muestre el html antes de estar creado el usuario, porque es en el momento de crearlo.

    Alguien me ayuda!!!!

    Thread Starter hcolumbie

    (@hcolumbie)

    En realidad no se hacia con la funcion user register pues aqui el usuario ya esta registrado y se necesita que sea en el momento que se esta creando el usuario por tanto la accion que se debe usar es la de register_form

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adicionar a la pag new user del panel de adminsitracion de wp un codigo html’ is closed to new replies.