16 lines
545 B
PHP
16 lines
545 B
PHP
<?php
|
|
/**
|
|
* Plugin Name: Font Awesome
|
|
* Plugin URI: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
|
|
* Description: The official way to use Font Awesome Free or Pro icons on your site, brought to you by the Font Awesome team.
|
|
* Version: 5.0.2
|
|
* Author: Font Awesome
|
|
* Author URI: https://fontawesome.com/
|
|
* License: GPLv2 (or later)
|
|
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
|
*/
|
|
|
|
defined( 'WPINC' ) || die;
|
|
|
|
require_once 'font-awesome.php';
|