1. Go to Appearance > Theme File Editor > Theme Functions (functions.php)
2. Search for the following function and edit the links.
if ( ! function_exists( 'et_get_original_footer_credits' ) ) :
function et_get_original_footer_credits() {
return sprintf( __( 'Designed by %1$s', 'Divi' ), 'Fagan Media' );
}
endif;
Last Updated: January 9, 2025