is_required() is_required(): boolean Is this object required? Returnsboolean —true if required, false otherwise.
do_shortcode() do_shortcode(array $atts,string $content = ''): string Handles our posts data 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