
We may need to spend half our waking day working but that doesn’t mean you should not enjoy what you do. As I once read, if you love what you do, you will never work a day in your life!
// 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 ); });