What is this: wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) );

I’m new to wordpress and php. I saw the line of code:

wp_nav_menu( array( 'theme_location' => 'primary' ) );

I understand that it is a generating my nav menu, but I would really like to get in there and change things.

Read More

Where is the array defined, and what is this => operator? What is this array access doing?

Related posts

Leave a Reply

1 comment