|
Server : Apache System : Linux ecres258.servconfig.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : tccustom ( 10268) PHP Version : 7.3.33 Disable Function : NONE Directory : /home/tccustom/public_html/wp-content/plugins/wp-poster-connector/ | |
|
Path: /home/tccustom/public_html/wp-content/plugins/wp-poster-connector/uninstall.php
Size: 348 B
Permissions: 0644
<?php
/**
* Uninstall cleanup. Runs only on plugin delete (WordPress defines
* WP_UNINSTALL_PLUGIN). Removes the head/footer injection option so the
* injected HTML doesn't linger site-wide after the render hooks are gone.
*/
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
delete_option( 'wp_poster_connector_injections' );