GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/setup/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/setup/reset-and-refresh.php |
<?php
namespace Breakdance\Setup;
function reset()
{
$option_names = \Breakdance\Data\get_all_option_names();
foreach ($option_names as $option_name) {
\Breakdance\Data\delete_global_option($option_name);
}
}
function refresh()
{
install();
}