get_footer

Definition:
function get_footer( $name = null ) {}

Load footer template.
Includes the footer template for a theme or if a name is specified then a specialised footer will be included.

Parameters

  • string $name: The name of the specialised footer.

Defined actions

  • get_footer
    do_action( 'get_footer', $name );

Source code

function get_footer( $name = null ) {

	do_action( 'get_footer', $name );



	$templates = array();

	if ( isset($name) )

		$templates[] = "footer-{$name}.php";

1398

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: