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:
Ryan Boren 2013-05-24 10:33:30 +00:00
parent 21db022cc9
commit fcbfed2328
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;
}