Profile Data Shortcode
function fes_profile_data( $atts ) { $output = ”; if ( empty( $atts[‘key’] ) ) { return $output; } $vendor = false; $vendor_var = get_query_var( ‘vendor’ ); if ( ! empty( $vendor_var ) ) { if ( is_numeric( $vendor_var ) )…Continue reading