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