jetpack_edited_theme, $stylesheet, $theme_data

jetpack_edited_theme, $stylesheet, $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, $stylesheet, $theme_data') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 334
     
    		/**
    		 * This action is documented already in this file.
    		 */
    		do_action( 'jetpack_edited_theme', $stylesheet, $theme_data );
    	}
    
    	/**
    	 * Detect a theme deletion.
    	 *
    	 * @access public