Property | Type | Description | |
---|---|---|---|
$handlers | array | Set of registered fragment handlers. |
Method | Description | |
---|---|---|
add_fragment_handler ( string $type, string $class_name ) | Add (or override) cache handler and enable it. | |
init ( ) | Enable registered fragment handlers on init. | |
run ( ) | Start the plugin after initial setup. | |
update_blocker_blocked ( array $blocked ) : array |
public add_fragment_handler ( string $type, string $class_name ) | ||
$type | string | Handler type name. |
$class_name | string | Handler class name to instance. |
public update_blocker_blocked ( array $blocked ) : array | ||
$blocked | array | Configuration data for blocked items. |
return | array |
protected array $handlers | ||
return | array |