
We spend too much time planning and not enough time doing! It’s a trait shared by most of us but the clock keeps ticking while you keep planning. If you can relate to this, you’ll find this article worth reading…
// Gutenberg Sidebar Support add_action('enqueue_block_editor_assets', function () { wp_enqueue_script( 'hca-block-editor-js', plugin_dir_url(__FILE__) . '../assets/js/block-editor.js', array('wp-plugins', 'wp-edit-post', 'wp-components', 'wp-element', 'wp-data'), null, true ); });
We spend too much time planning and not enough time doing! It’s a trait shared by most of us but the clock keeps ticking while you keep planning. If you can relate to this, you’ll find this article worth reading…