76* @since 2.8.0 The `$name` parameter was added.77* @since 5.5.0 The `$args` parameter was added.78*79* @param string|null$name Name of the specific footer file to use.Nullfor the default footer.80* @param array$args Additional arguments passed to the footer template.81*/82do_action('get_footer',$name,$args);8384$templates=array();85$name=(string)$name;86if(''!==$name){87$templates[]="footer-{$name}.php";88}
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.