Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/shortcodes-ultimate/includes/upgrade/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/shortcodes-ultimate/includes/upgrade/5.1.1.php

<?php

/**
 * 1. Add `su_option_supported_blocks` option.
 */
if ( false === get_option( 'su_option_supported_blocks' ) ) {

	add_option(
		'su_option_supported_blocks',
		array_keys( su_get_config( 'supported-blocks' ) )
	);

}