Reply To: Change the line "Sign Up Below…"?

#24284
Stephen Sherrard
Keymaster

This can already be done in one of two ways:

  • If you’re a developer and understand how the action and filter hooks work in WordPress, then you can look at my code where there is an output filter on just about every line of text that appears on the public side. You can tap into that filter hook and change any of that text with a fairly simple function you can add to your theme’s functions.php file.
  • Or, you can spend less than $10 to help support ongoing development and purchase the Customizer extension, which allows you to easily modify or suppress any of those public side text strings that my plugin creates.