LP__Activator

The LP__Activator class is used to define and encapsulate the activation-related functionality of the Launchpad plugin. When the plugin is activated, WordPress will call the activate() method of this class, allowing developers to perform custom activation tasks.

Namespace

Launchpad

Source

File: \admin\class-lp-activator.php

Usage

Developers can place code within this method to perform tasks such as database table creation, options initialization, or any other setup required for the plugin to function correctly during its activation.

Methods

MethodDescription
activate()This is a public static method that serves as the entry point for activation-related tasks. It is called when the plugin is activated. 

Related

This class serves as the core class for the Launchpad plugin.

This class is responsible for managing the admin-specific functionality of the Launchpad plugin.

This class serves as the core class for the Launchpad plugin.

This class is responsible for handling actions that should occur when the Launchpad plugin is deactivated.

This class plays a defining the model for various field types used within the Launchpad system.

This class plays a role in registering and managing actions and filters for the Launchpad plugin.

This class is used to define and handle group fields.

This class plays a role in managing the internationalization (i18n) of the Launchpad plugin.

This class plays a role in registering and managing actions and filters for the Launchpad plugin.