quotes_dlx_block_template
Override the template that is shown on the frontend.
Last updated
Was this helpful?
Override the template that is shown on the frontend.
Last updated
Was this helpful?
Was this helpful?
This filter can be used to change the template that is output via the block's settings.
/**
* Filter: quotes_dlx_block_template
*
* Set a new default template.
*
* @since 1.0.0
*
* @param string Template name (slug).
*
* @return string new template name (slug).
*/
$template_name = apply_filters( 'quotes_dlx_block_template', $template_name );