SFWD_CPT::loop_shortcode( array $atts, string $content = null )
Shortcode that generates a list of items in this post type
Description Description
Parameters Parameters
- $atts
-
(Required) shortcode attributes
- $content
-
(Optional) short content
Default value: null
Return Return
(string) shortcode output
Source Source
File: includes/class-ld-cpt.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |