jetpack_edited_theme, $query_params[theme], $theme_data

jetpack_edited_theme, $query_params[theme], $theme_data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_edited_theme, $query_params[theme], $theme_data') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 220
    		 *
    		 * @param string $query_params['theme'], Slug of edited theme
    		 * @param string $theme_data, Information about edited them
    		 */
    		do_action( 'jetpack_edited_theme', $query_params['theme'], $theme_data );
    
    		return $redirect_url;
    	}
    
    	/**
    	 * Handler for AJAX theme editing.