Closed unsalkorkmaz closed 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', 'block-templates/' );
add_filter( 'wp_bootstrap_blocks_template_path', function(){ return 'block-templates/'; });
You're totally right. It's fixed now!
Hi,
Thanks for plugin!
If I am not wrong;
add_filter( 'wp_bootstrap_blocks_template_path', 'block-templates/' );
should be