Hinweis: Dies ist eine Dokumentation auf Entwicklerebene. Im Rahmen unserer Support-Richtlinie können wir keinen Support für Anpassungen leisten, sofern diese nicht über uns beauftragt wurden. Wenn du mit Code / Hooks und der Lösung möglicher Konflikte nicht vertraut bist, kontaktiere uns für Hilfe.
Letzte Generierung: 13.03.2025 21:12:15 UTC
wcv_before_load
Action Hook: This hook fires before the plugin load
Quelle 1: class-wcv.php :52
do_action( 'wcv_before_load' )
wcv_after_load
Action Hook: This hook fires after the plugin load
Quelle 1: class-wcv.php :68
do_action( 'wcv_after_load' )
wcv_includes
Filter Hook: This filter filters includes (function files)
Quelle 1: class-wcv.php :124
apply_filters( 'wcv_includes', array $includes )
Parameter
- $includes
- (array) Includes all function filenames
wcv_dependencies_is_loadable
Filter Hook: This filter filters if the plugin is loadable
Quelle 1: class-wcv-dependencies.php :185
apply_filters( 'wcv_dependencies_is_loadable', bool $loadable )
Parameter
- $loadable
- (bool) If is loadable or not
wcv_dependencies_check_plugin_slug
Filter Hook: This filter filters the plugin slug
Quelle 1: class-wcv-dependencies.php :244
apply_filters( 'wcv_dependencies_check_plugin_slug', string $plugin_slug )
Parameter
- $plugin_slug
- (string) The plugin slug to check
wcv_cron_jobs_get_cron_hooks
Filter Hook: This filter filters all cron job hooks from the plugin
Quelle 1: class-wcv-cron-jobs.php :147
apply_filters( 'wcv_cron_jobs_get_cron_hooks', array $cron_hooks )
Parameter
- $cron_hooks
- (array) Includes all cron hooks
wcv_installed
Action Hook: This hook fires after the plugin is installed successfully
Quelle 1: class-wcv-install.php :82
do_action( 'wcv_installed' )
wcv_install_plugin_updated
Action Hook: This hook fires if the plugin has been updated
Quelle 1: class-wcv-install.php :98
do_action( 'wcv_install_plugin_updated' )
wcv_documentation_url
Filter Hook: This filter filters the URL to the plugin documentation
Quelle 1: class-wcv-install.php :177
apply_filters( 'wcv_documentation_url', string $documentation_url )
Parameter
- $documentation_url
- (string) The URL to the plugin documentation
wcv_enable_setup_wizard
Filter Hook: This filter filters if the setup wizard should be enabled or not
Quelle 1: class-wcv-admin-setup-wizard.php :84
apply_filters( 'wcv_enable_setup_wizard', bool $enabled )
Parameter
- $enabled
- (bool) If setup wizard enabled or not
wcv_admin_setup_wizard_get_current_step_key
Filter Hook: This filter filters the current setup wizard step key
Quelle 1: class-wcv-admin-setup-wizard.php :162
apply_filters( 'wcv_admin_setup_wizard_get_current_step_key', string $current_step_key )
Parameter
- $current_step_key
- (string) The current step key
wcv_admin_setup_wizard_get_current_step_index
Filter Hook: This filter filters the current setup wizard step index
Quelle 1: class-wcv-admin-setup-wizard.php :181
apply_filters( 'wcv_admin_setup_wizard_get_current_step_index', int $current_step_index )
Parameter
- $current_step_index
- (int) The current step index
wcv_admin_setup_wizard_get_step_index
Filter Hook: This filter filters the setup wizard step index
Quelle 1: class-wcv-admin-setup-wizard.php :202
apply_filters( 'wcv_admin_setup_wizard_get_step_index', int $step_index )
Parameter
- $step_index
- (int) The step index
wcv_admin_setup_wizard_get_steps
Filter Hook: This filter filters the setup wizard get steps
Quelle 1: class-wcv-admin-setup-wizard.php :219
apply_filters( 'wcv_admin_setup_wizard_get_steps', array $steps )
Parameter
- $steps
- (array) Includes the steps
wcv_admin_setup_wizard_get_step_url
Filter Hook: This filter filters the setup wizard step URL
Quelle 1: class-wcv-admin-setup-wizard.php :251
apply_filters( 'wcv_admin_setup_wizard_get_step_url', string $step_url )
Parameter
- $step_url
- (string) The step URL
wcv_admin_setup_wizard_get_step
Filter Hook: This filter filters a setup wizard step given by step key
Quelle 1: class-wcv-admin-setup-wizard.php :275
apply_filters( 'wcv_admin_setup_wizard_get_step', array|false $step )
Parameter
- $step
- (array|false) The requested step
wcv_admin_setup_wizard_get_next_step
Filter Hook: This filter filters the next step key
Quelle 1: class-wcv-admin-setup-wizard.php :310
apply_filters( 'wcv_admin_setup_wizard_get_next_step', int|string $next_step_key )
Parameter
- $next_step_key
- (int|string) The next step key
wcv_admin_setup_wizard_get_error_message
Filter Hook: This filter filters the setup wizard error message
Quelle 1: class-wcv-admin-setup-wizard.php :334
apply_filters( 'wcv_admin_setup_wizard_get_error_message', false|mixed $error_message )
Parameter
- $error_message
- (false|mixed) The error message
wcv_admin_setup_wizard_get_first_steps_list
Filter Hook: This filter filters the setup wizard first steps list
Quelle 1: class-wcv-admin-setup-wizard.php :466
apply_filters( 'wcv_admin_setup_wizard_get_first_steps_list', array $first_steps_list )
Parameter
- $first_steps_list
- (array) Includes all first steps
wcv_admin_setup_wizard_get_setup_wizard_steps
Filter Hook: This filter filters the setup wizard steps
Quelle 1: class-wcv-admin-setup-wizard.php :516
apply_filters( 'wcv_admin_setup_wizard_get_setup_wizard_steps', array $steps )
Parameter
- $steps
- (array) Includes the steps
wcv_before_get_template
Action Hook: This hook fires before a template gets loaded
Quelle 1: wcv-core-functions.php :110
do_action( 'wcv_before_get_template', string $template, string $args )
Parameter
- $template
- (string) The template
- $args
- (string) The args for the template
wcv_after_get_template
Action Hook: This hook fires after a template was loaded
Quelle 1: wcv-core-functions.php :123
do_action( 'wcv_after_get_template', string $template, string $args )
Parameter
- $template
- (string) The template
- $args
- (string) The args for the template