Filter the layout class.
The dynamic portion of the hook name refers to the searched layout section ID.
apply_filters( "beans_layout_class_{$id}", string $layout )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$layout | string | The layout class. |
Filter the layout class.
The dynamic portion of the hook name refers to the searched layout section ID.
Return: (void)
Name | Type | Description |
---|---|---|
$layout | string | The layout class. |