The code that runs during plugin activation.
This action is documented in includes/class-wordpress-security-txt-activator.php
package |
WordPress_Security_Txt |
---|---|
The core plugin class.
This is used to define internationalization, admin-specific hooks, and public-facing site hooks.
Also maintains the unique identifier of this plugin as well as the current version of the plugin.
Fired during plugin activation.
This class defines all code necessary to run during the plugin's activation.
The admin-specific functionality of the plugin.
Defines the plugin name, version, and hooks for the admin-specific stylesheet and JavaScript.
Fired during plugin deactivation.
This class defines all code necessary to run during the plugin's deactivation.
Define the internationalization functionality.
Loads and defines the internationalization files for this plugin so that it is ready for translation.
Register all actions and filters for the plugin.
Maintain a list of all hooks that are registered throughout the plugin, and register them with the WordPress API. Call the run function to execute the list of actions and filters.