PluginProbe
Loading Page with Loading Screen / trunk
Loading Page with Loading Screen vtrunk
1.2.8 1.0.92 1.0.93 1.0.94 1.0.95 1.0.96 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.20 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 All 46 releases
loading-page / uninstall.php

uninstall.php in Loading Page with Loading Screen trunk, at uninstall.php

7 lines 150 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
3 exit();
4 }
5 delete_option( 'loading_page_options' );
6 delete_option( 'loading_page_video_tutorial' );
7