Notification Message
Shared vectors and recurring identifiers across open datasets
Easily embed this tool into WP posts or dashboard templates
function register_synapse_search() {
wp_enqueue_script('synapse-core', 'https://cdn.tailwindcss.com');
add_shortcode('synapse_search', 'render_synapse_tool');
}
add_action('wp_enqueue_scripts', 'register_synapse_search');