We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 452e147 + 8d0b3ae commit dd643e4Copy full SHA for dd643e4
example/class-wp-nav-menu-args.php
@@ -56,6 +56,13 @@ class WP_Nav_Menu_Args {
56
*/
57
public $container_id;
58
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
+
66
/**
67
* If the menu doesn't exists, a callback function will fire.
68
* Default is 'wp_page_menu'. Set to false for no fallback.
0 commit comments