This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
How do you delete the Powered by MachForm link text?
Started 10 years ago by kimi | 3 posts |
-
I've searched the forum and found some answers to this, but that was years ago, and I think things might have changed? I'm finding the "Powered by" text on the view-functions.php, but not sure how much of all this code to delete.
if(empty($mf_settings['disable_machform_link'])){
$powered_by_markup = 'Powered by MachForm';
}else{
$powered_by_markup = '';
}and is this just in one area of the file? My search is bringing it up on line 5889. Does that sound right?
Thanks,
kt
Posted 10 years ago # -
@kimi: This is now controlled through the settings. No code editing is needed. See the documentation here:
Posted 10 years ago # -
Thank you! I thought I had read a much easier way to do it!
kt
Posted 10 years ago #
Reply
You must log in to post.