Method | Description | |
---|---|---|
action_admin_header ( |
Load the stack with the scripts and css we need | |
action_block_content ( |
When adding dashboard modules, the titles should remain as they're written in their providing plugin This function adds a value for the title of the block that is the same as the name of the type of block. | |
get_blocks ( string $area, string $scope, |
Get the blocks for this theme in teh specified area, overrides the default handling to implement dashboard modules |
public action_admin_header ( |
||
$theme | The current theme |
public action_block_content ( |
||
$block | The block that has data stored for the title | |
$theme | The theme displaying this block |