Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Hooks Filter

interesante

function boluda_texto_gracias_admin( $texto ) {
	echo '<strong>' .$texto. '</strong>' ;
	
}
add_filter( 'admin_footer_text', 'boluda_texto_gracias_admin' );