mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Move BFAL require to allow plugin's files the change to load first
This commit is contained in:
@@ -55,6 +55,9 @@ add_action( 'init', 'trestle_load_bfa' );
|
||||
*/
|
||||
function trestle_load_bfa() {
|
||||
|
||||
// Better Font Awesome Library
|
||||
require_once get_stylesheet_directory() . '/lib/better-font-awesome-library/better-font-awesome-library.php';
|
||||
|
||||
// Set the library initialization args.
|
||||
$args = array(
|
||||
'version' => 'latest',
|
||||
|
||||
Reference in New Issue
Block a user