Summery Summery
Filters whether to short-circuit the wp_nav_menu() output.
Syntax Syntax
Description Description
Returning a non-null value to the filter will short-circuit wp_nav_menu(), echoing that value if $args->echo is true, returning that value otherwise.
Parameters Parameters
- $output
-
Nav menu output to short-circuit with. Default null.
- $args
-
An object containing wp_nav_menu() arguments.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |