liip / bootstrap-blocks-wordpress-plugin

Bootstrap Gutenberg Blocks for WordPress
https://wordpress.org/plugins/wp-bootstrap-blocks/
280 stars 60 forks source link

Wrong Example in Documentation #13

Closed unsalkorkmaz closed 5 years ago

unsalkorkmaz commented 5 years ago

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/';
});
tschortsch commented 5 years ago

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