Current Path: > home > transcarter > public_html > wp-content > plugins > leadin
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
build | Directory | - | - | |
languages | Directory | - | - | |
public | Directory | - | - | |
scripts | Directory | - | - | |
vendor | Directory | - | - | |
changelog.txt | File | 7048 bytes | July 17 2025 21:06:25. | |
leadin.php | File | 2772 bytes | July 17 2025 21:06:25. | |
license.txt | File | 33310 bytes | July 17 2025 21:06:25. | |
package.json | File | 2313 bytes | July 17 2025 21:06:25. | |
phpunit.xml.dist | File | 357 bytes | July 17 2025 21:06:25. | |
readme.md | File | 80 bytes | July 17 2025 21:06:25. | |
readme.txt | File | 19716 bytes | July 17 2025 21:06:25. | |
uninstall.php | File | 953 bytes | July 17 2025 21:06:25. |
<?php if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { die; } $leadin_users = get_users( array( 'fields' => array( 'ID' ) ) ); foreach ( $leadin_users as $leadin_user ) { delete_user_meta( $leadin_user->ID, 'leadin_email' ); delete_user_meta( $leadin_user->ID, 'leadin_skip_review' ); delete_user_meta( $leadin_user->ID, 'leadin_review_banner_last_call' ); delete_user_meta( $leadin_user->ID, 'leadin_has_min_contacts' ); delete_user_meta( $leadin_user->ID, 'leadin_track_consent' ); } delete_option( 'leadin_portalId' ); delete_option( 'leadin_account_name' ); delete_option( 'leadin_portal_domain' ); delete_option( 'leadin_hublet' ); delete_option( 'leadin_disable_internal_tracking' ); delete_option( 'leadin_business_unit_id' ); delete_option( 'leadin_access_token' ); delete_option( 'leadin_refresh_token' ); delete_option( 'leadin_expiry_time' ); delete_option( 'leadin_activation_time' ); delete_option( 'leadin_content_embed_ui_install' );
SILENT KILLER Tool