• Resolved tiicaa

    (@tiicaa)


    How can I make a gain in the functions of my theme child from the file ‘class-woothemes-sensei-certificates.php’ I need to change the line 743, but whenever there is an update I lose this configuration, how can I call this in the functions so that it runs always this way:

    if ( '' != $fname && '' != $lname ) {
    	$student_name = $fname;
    }

    I don’t want you to show the surname on the certificate just the first name

    • This topic was modified 4 years ago by tiicaa.
Viewing 1 replies (of 1 total)
  • Plugin Author Donna Peplinskie (a11n)

    (@donnapep)

    Unfortunately, it’s not currently possible to persist that change between plugin updates. We need to add a WordPress hook to the code, which would enable you to customize the name and not worry about overwriting your changes. I’ve created an issue for this since that hook does not exist yet.

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with first and last name’ is closed to new replies.