Classes, interfaces and traits

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.
« More »

WordPress_Security_Txt_Activator

Fired during plugin activation.

This class defines all code necessary to run during the plugin's activation.
« More »

WordPress_Security_Txt_Deactivator

Fired during plugin deactivation.

This class defines all code necessary to run during the plugin's deactivation.
« More »

WordPress_Security_Txt_i18n

Define the internationalization functionality.

Loads and defines the internationalization files for this plugin so that it is ready for translation.
« More »

WordPress_Security_Txt_Loader

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.
« More »