null, ), $atts, 'wppt_pricing_table' ); if( !$atts['id'] ) return; $wppt_pricing_table_data = get_post_meta( $atts['id'], 'wppt_pricing_table_data', true ); if( $wppt_pricing_table_data ) { $wppt_pricing_table_data = json_decode( stripslashes( base64_decode( $wppt_pricing_table_data ) ), true ); !is_array( $wppt_pricing_table_data ) ? $wppt_pricing_table_data = array() : ''; } ?>