mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
1.2.0
This commit is contained in:
parent
f03228a6b4
commit
f73363cee2
14 changed files with 59 additions and 33 deletions
|
@ -127,7 +127,7 @@ class Kirki_Modules_Gutenberg {
|
|||
protected function add_hooks() {
|
||||
if ( ! $this->is_disabled() ) {
|
||||
add_action( 'after_setup_theme', array( $this, 'add_theme_support' ), 999 );
|
||||
add_filter( 'block_editor_settings', array( $this, 'enqueue' ) );
|
||||
add_filter( 'block_editor_settings_all', array( $this, 'enqueue' ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue