Fires before the Twenty Twelve footer text for footer customization.
wp-content/themes/twentytwelve/footer.php:21file scope <?php /** * Fires before the Twenty Twelve footer text for footer customization. * * @since Twenty Twelve 1.0 */ do_action( 'twentytwelve_credits' ); ?> <?php if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?>Introduced in Twenty Twelve 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.