quotes_dlx_block_defaults
Add in block defaults from admin settings.
Last updated
Was this helpful?
Add in block defaults from admin settings.
Last updated
Was this helpful?
Was this helpful?
Filter the block defaults passed in from the admin settings (useful in the Block defaults portion in the admin)
/**
* 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 );