wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



block_core_navigation_render_fallback › WordPress Filter Hooks

Seit5.9.0
Veraltetn/v
apply_filters( 'block_core_navigation_render_fallback', $fallback_blocks )
Parameter:
  • () fallback_blocks default fallback blocks provided by the default block mechanic.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the fallback experience for the Navigation block.

Returning a falsey value will opt out of the fallback and cause the block not to render. To customise the blocks provided return an array of blocks - these should be valid children of the `core/navigation` block.




Quellcode

return apply_filters( 'block_core_navigation_render_fallback', $fallback_blocks );