Your subscription has been set up successfully.
function natalie_focuscta_shortcode($atts) { // Extract attributes $atts = shortcode_atts( array( 'link' => '#', 'name' => 'Click for more information', ), $atts ); // Output button HTML return '
'; } // Register the shortcode add_shortcode('focuscta', 'natalie_focuscta_shortcode'); Skip to contentYour subscription has been set up successfully.