shortcodes_service_interface
interface shortcodes_service_interface
Interface for Shortcode Filters.
Defines the contract for processing text containing [middag] shortcodes.
Methods
static string
filter(string $text, array $options = [])
Applies filtering to the given text by invoking registered middag shortcodes.
Details
at line 42
static string
filter(string $text, array $options = [])
Applies filtering to the given text by invoking registered middag shortcodes.
Note: Implementations must ensure high performance as this runs on text rendering.