# mangapress\_comic\_navigation\_args

## mangapress\_comic\_navigation\_args

Filter available arguments for mangapress\_comic\_navigation. Returns array of arguments.

**@since** 2.7

### Parameters

* $parsed\_args (array) Array of arguments, already parsed by wp\_parse\_args
  * $container (string) Container wrapping tag, defaults to 'nav'.
  * $container\_attr (array) Array of wrapper tag attributes. Data attributes can be added.
    * $id (string) Element's id attribute, defaults to comic-navigation
    * $class (string) Element's class attribute. Defaults to comic-nav-hlist-wrapper
* $items\_wrap (string) Inner navigation wrapping markup, defaults to %2$s.
* $link\_wrap (string) Link wrapper tag, defaults to li.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mangapress.gitbook.io/manga-press-documentation/filters/mangapress_comic_navigation_args.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
