Browse: Home / Classes / SFWD_CPT /

SFWD_CPT::loop_shortcode

SFWD_CPT::loop_shortcode( array $atts,  string $content = null )

Shortcode that generates a list of items in this post type


Description #


Parameters #

$atts

(array) (Required) shortcode attributes.

$content

(string) (Optional) short content.

Default value: null


Return #

(string) shortcode output


Source #

File: includes/class-ld-cpt.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.