Shortcodes
Shortcodes class
Namespace: WebberZone\Contextual_Related_Posts\Frontend
Since: 3.5.0
Source: includes/frontend/class-shortcodes.php line 19
Methods
__construct()
Constructor class.
Since: 3.3.0
Line: 26
public function __construct( );
related_posts() static
Creates a shortcode [crp limit=“5” heading=“1” cache=“1”].
Line: 37
static public function related_posts( $atts, $content = ... ): string;
| Type | Name | Description |
|---|---|---|
array | $atts | Shortcode attributes. |
string | $content | Content. |
Returns: string — Formatted list of posts generated by get_crp()