twentysixteen_credits
twentysixteen_credits
Appears in: wordpress-4.4, wordpress-4.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3, wordpress-5.1, wordpress-5.1.1, wordpress-5.2, wordpress-5.2.1, wordpress-5.2.2, wordpress-5.2.3, wordpress-5.3, wordpress-5.3.1, wordpress-5.3.2
Hook Type: action
Displaying hooks found in version: wordpress-5.3.2do_action('twentysixteen_credits') is found 1 times:
- /wp-content/themes/twentysixteen/footer.php line 524849505152535455565758
* 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>'
);
}