mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 11:50:25 +08:00
1.0.1
This commit is contained in:
parent
b14ccb1b03
commit
7e3774b663
168 changed files with 2453 additions and 2788 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @package Kirki
|
||||
* @subpackage Controls
|
||||
* @copyright Copyright (c) 2017, Aristeides Stathopoulos
|
||||
* @copyright Copyright (c) 2019, Ari Stathopoulos (@aristath)
|
||||
* @license https://opensource.org/licenses/MIT
|
||||
* @since 1.0
|
||||
*/
|
||||
|
@ -39,7 +39,7 @@ class Kirki_Control_FontAwesome extends Kirki_Control_Base {
|
|||
|
||||
ob_start();
|
||||
$json_path = wp_normalize_path( Kirki::$path . '/assets/vendor/fontawesome/fontawesome.json' );
|
||||
include $json_path;
|
||||
include $json_path; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude
|
||||
$font_awesome_json = ob_get_clean();
|
||||
|
||||
wp_localize_script( 'kirki-script', 'fontAwesomeJSON', $font_awesome_json );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue