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