Introduce customize_save_after action.

Props dovyp, JustinSainton
fixes #24401


git-svn-id: http://core.svn.wordpress.org/trunk@24344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2013-05-24 10:33:30 +00:00
parent 10977c290c
commit e4cb7d70bd
1 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,8 @@ final class WP_Customize_Manager {
$setting->save();
}
do_action( 'customize_save_after', $this );
die;
}