Documentation

font-awesome.php

Main loading logic.

Table of Contents

Classes

FontAwesome_Loader
Loader class, a Singleton. Coordinates potentially multiple installations of the Font Awesome plugin code, and ensures that the latest available semantic version is selected for execution at runtime. Exposes a few public API methods for initialization (activation), deactivation, and uninstallation of plugin code.

Constants

FONTAWESOME_MIN_PHP_VERSION  = '5.6'
Minimum PHP VERSION required
FONTAWESOME_PLUGIN_FILE  = 'font-awesome/index.php'
Name of this plugin's entrypoint file.

Constants

FONTAWESOME_MIN_PHP_VERSION

Minimum PHP VERSION required

public mixed FONTAWESOME_MIN_PHP_VERSION = '5.6'
Tags
since
4.0.0

FONTAWESOME_PLUGIN_FILE

Name of this plugin's entrypoint file.

public mixed FONTAWESOME_PLUGIN_FILE = 'font-awesome/index.php'

Relative to the WordPress plugins directory, as would be used for $plugin in the activate_{$plugin} action hook.

Tags
since
4.0.0

        
On this page

Search results