jetpack_podcast_settings_saved
jetpack_podcast_settings_saved
Appears in: jetpack.16.0
Hook Type: action
See hook in action
Displaying hooks found in version: jetpack.16.0do_action('jetpack_podcast_settings_saved') is found 1 times:
- /jetpack_vendor/automattic/jetpack-podcast/src/endpoints/class-podcast-settings-endpoint.php line 128
Warning: Undefined array key 133 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* Fires after a podcast settings write changes at least one option. * * @since 1.1.1 */ do_action( 'jetpack_podcast_settings_saved' ); } return rest_ensure_response( Settings::get_all() ); } }