do_shortcode() do_shortcode(array $atts,string $content = ''): string Handles our product table shortcode. Parameters array $atts The attributes passed in to the shortcode string $content The content passed to the shortcode (not used) Returnsstring —The shortcode output
check_legacy_atts() check_legacy_atts(array $args): array Maintain support for old shortcode attributes. Parameters array $args The array of product table attributes Returnsarray —The updated attributes with old ones replaced with their new equivalent