mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 21:54:28 +00:00
Introduce customize_save_after action.
Props dovyp, JustinSainton fixes #24401 git-svn-id: https://develop.svn.wordpress.org/trunk@24344 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -512,6 +512,8 @@ final class WP_Customize_Manager {
|
||||
$setting->save();
|
||||
}
|
||||
|
||||
do_action( 'customize_save_after', $this );
|
||||
|
||||
die;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user