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.


Top ↑

Parameters Parameters

$text

(string) Button text string.


Top ↑

Source Source

File: includes/admin/class.llms.admin.setup.wizard.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.