apply_filters( "llms_setup_wizard_get_{$step}_skip_text", string $text )
Filter the skip button text for a given step in the setup wizard
Description Description
The dynamic portion of this hook, $step
, refers to the slug of the current step.
Parameters Parameters
- $text
-
(string) Button text string.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |