Skip to content

Commit dd643e4

Browse files
authored
Merge pull request #43 from IanDelMar/master
Fix WP_Nav_Menu_Args
2 parents 452e147 + 8d0b3ae commit dd643e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/class-wp-nav-menu-args.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ class WP_Nav_Menu_Args {
5656
*/
5757
public $container_id;
5858

59+
/**
60+
* The aria-label attribute that is applied to the container when it's a nav element.
61+
*
62+
* @var string
63+
*/
64+
public $container_aria_label;
65+
5966
/**
6067
* If the menu doesn't exists, a callback function will fire.
6168
* Default is 'wp_page_menu'. Set to false for no fallback.

0 commit comments

Comments
 (0)