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