mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 11:11:30 +08:00
feat: 使用fa5
This commit is contained in:
parent
25fdf04fcc
commit
a500ff9b6d
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ class Setting {
|
|||
public function __construct() {
|
||||
$this->settings = get_settings();
|
||||
add_filter( 'wp_china_yes_enqueue_assets', '__return_true' );
|
||||
add_filter( 'wp_china_yes_fa4', '__return_true' );
|
||||
add_action( 'admin_enqueue_scripts', [ $this, 'enqueue_admin_assets' ] );
|
||||
add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', [ $this, 'admin_menu' ] );
|
||||
self::admin_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue