WordPress Footer ändern

footer.php oder functions.php (ab Divi 3.0)

>>> ziemlich am Ende – „Designed by“ suchen, den Text entsprechend ändern und speichern.

if ( ! function_exists( 'et_get_original_footer_credits' ) ) :
function et_get_original_footer_credits() {
return sprintf( __( 'Designed by EDV | Powered by FRANZ FERTIG', 'Divi' ));
}
endif;