twentysixteen_credits

twentysixteen_credits

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('twentysixteen_credits') is found 1 times:

  • /wp-content/themes/twentysixteen/footer.php line 52
    					 * Fires before the twentysixteen footer text for footer customization.
    					 *
    					 * @since Twenty Sixteen 1.0
    					 */
    					do_action( 'twentysixteen_credits' );
    				?>
    				<span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
    				<?php
    				if ( function_exists( 'the_privacy_policy_link' ) ) {
    					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
    				}