'true', 'title' => 'Change this', 'link' => '', ), $atts ) ); if ( ! $title && ! $link ) { return false; } // Convert title to link if link is not set. if ( ! $link ) { $link = flatsome_to_dashed( $title ); } if ( substr( $link, 0, 1 ) !== '#' ) { $link = '#' . $link; } return ''; } add_shortcode( 'scroll_to', 'flatsome_scroll_to' );