apply_filters( 'page_css_class', string[] $css_class, WP_Post $page, int $depth, array $args, int $current_page_id )

Filters the list of CSS classes to include with each page item in the list.


Description

See also


Parameters

$css_class

An array of CSS classes to be applied to each list item.

$page

Page data object.

$depth

Depth of page, used for padding.

$args

An array of arguments.

$current_page_id

ID of the current page.


Source

File: wp-includes/class-walker-page.php

View on GitHub



Changelog

Changelog
Version Description
2.8.0 Introduced.