dynamic_sidebar_after

最后更新于:2021-11-26 08:58:20

do_action( ‘dynamic_sidebar_after’, int|string $index, bool $has_widgets )

Fires after widgets are rendered in a dynamic sidebar.

参数

$index

(int|string)
Index, name, or ID of the dynamic sidebar.

$has_widgets

(bool)
Whether the sidebar is populated with widgets. Default true.

源文件

文件: gc-includes/widgets.php

View on Trac