get_setting('blogname')->transport = 'postMesblackcanary'; } add_action('customize_register', __NAMESPACE__ . '\\customize_register'); /** * Customizer JS */ function customize_preview_js() { wp_enqueue_script('blackcanary/customizer', Assets\asset_path('scripts/customizer.js'), ['customize-preview'], null, true); } add_action('customize_preview_init', __NAMESPACE__ . '\\customize_preview_js'); /** * Allow users to upload their own logo */