Files
szkoleniauryzaj.pl/wp-content/plugins/wp-smart-preloader/inc/wsp_uninstall.php
2024-11-10 21:08:49 +01:00

5 lines
117 B
PHP

<?php
/**
* uninstall hook
*/
register_uninstall_hook( __FILE__, array( 'WP_smart_preloader', 'wsp_uninstall' ) );