$args Array of rendering related arguments. * @return string Rendering markup. */ public function render( array $args = [] ): string; /** * Render a single story markup. * * @since 1.5.0 * * @return mixed */ public function render_single_story_content(); }