Filter the default layout id.
The default id is set to “c_sp” (content with sidebar primary). If the sidebar primary is deregistered, it fallback to “c” (content only).
apply_filters( 'beans_default_layout', string $layout )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$layout | string | The default layout id. |