gdmaq_htmlfy_poweredby

Developer Knowledge Level

This content is intended for WordPress developers, and it may require coding knowledge of WordPress, PHP, and JavaScript. Code examples provided here may contain errors or needs some additional coding. Make sure to test the code before using it on a live website!

Modify the powered by message in the HTML email footer with filter ‘gdmaq_htmlfy_poweredby‘.

This filter provides 1 argument.

Arguments

  • $message: the HTML message to include.

Example

Remove the powered by message.

add_filter('gdmaq_htmlfy_poweredby', '__return_empty_string');

 

0
0
875
Rate this reference

You are not allowed to rate this post.

Leave a Comment