quotes_dlx_block_defaults

Add in block defaults from admin settings.

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

Location: php/Blocks.js

/**
 * 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 );

Last updated