Fires before the Twenty Ten credits in the footer.
wp-content/themes/twentyten/footer.php:44file scope <?php /** * Fires before the Twenty Ten credits in the footer. * * @since Twenty Ten 1.0 */ do_action( 'twentyten_credits' ); ?> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>"> <?php /* translators: %s: WordPress */ printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?>Introduced in Twenty Ten 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.