Forums
(@olton)
8 years, 11 months ago
Go to Appearance>Editor>footer-credit.php
Change this line: $footer_credit = apply_filters( 'make_show_footer_credit', true );
$footer_credit = apply_filters( 'make_show_footer_credit', true );
to: $footer_credit = apply_filters( 'make_show_footer_credit', false );
$footer_credit = apply_filters( 'make_show_footer_credit', false );
Should do the trick. Let me know.