mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 11:50:25 +08:00
Kirki 3.0.38
This commit is contained in:
parent
2c33dc1f57
commit
2ed8bc86b4
10 changed files with 72 additions and 19 deletions
|
@ -71,5 +71,9 @@ class Kirki_Modules_PostMessage {
|
|||
}
|
||||
}
|
||||
wp_localize_script( 'kirki_auto_postmessage', 'kirkiPostMessageFields', $data );
|
||||
$extras = apply_filters( 'kirki_postmessage_script', false );
|
||||
if ( $extras ) {
|
||||
wp_add_inline_script( 'kirki_auto_postmessage', $extras, 'after' );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue