# quotes\_dlx\_block\_defaults

Filter the block defaults passed in from the admin settings (useful in the Block defaults portion in the admin)

{% hint style="info" %}
Location: `php/Blocks.js`
{% endhint %}

{% code overflow="wrap" %}

```php
/**
 * Filter: quotes_dlx_block_defaults
 *
 * Add in block defaults from admin settings.
 *
 * @since 1.0.0
 *
 * @param array Key value pair of admin defaults.
 */
$block_defaults = apply_filters( 'quotes_dlx_block_defaults', $block_defaults );
```

{% endcode %}
