in php whats the difference between the 3

1 replies
get_sidebar( 'content' ); it has 'content' between parenthesis



get_sidebar(); this one has nothing



<?php get_sidebar( $name ); ?> this one has a $ sign without the ' tags inbetween within parenthesis.



thanks
#difference #php

Trending Topics