liip / bootstrap-blocks-wordpress-plugin

Bootstrap Gutenberg Blocks for WordPress

Home Page:https://wordpress.org/plugins/wp-bootstrap-blocks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong Example in Documentation

unsalkorkmaz opened this issue · comments

Hi,

Thanks for plugin!

If I am not wrong;
add_filter( 'wp_bootstrap_blocks_template_path', 'block-templates/' );
should be

add_filter( 'wp_bootstrap_blocks_template_path', function(){ 
	return  'block-templates/';
});

You're totally right. It's fixed now!