Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > content-control
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
assets | Directory | - | - | |
classes | Directory | - | - | |
dist | Directory | - | - | |
inc | Directory | - | - | |
vendor | Directory | - | - | |
vendor-prefixed | Directory | - | - | |
content-control.php | File | 4084 bytes | May 27 2025 12:57:52. | |
contributors.txt | File | 48 bytes | October 16 2019 03:51:26. | |
index.php | File | 82 bytes | September 18 2023 05:47:10. | |
readme.txt | File | 23325 bytes | May 27 2025 12:57:52. | |
uninstall.php | File | 614 bytes | May 09 2025 02:30:24. |
<?php /** * Content Control Uninstall File * * @package ContentControl */ namespace ContentControl; /** * Uninstall Content Control * * @return void */ function remove_wp_options_data() { $keys = [ 'content_control_license', 'content_control_pro_activation_date', 'content_control_installed_on', 'content_control_connect_token', 'content_control_version', 'content_control_data_versioning', 'content_control_debug_log_token', // delete log first. 'content_control_known_blockTypes', 'content_control_completed_upgrades', ]; foreach ( $keys as $key ) { delete_option( $key ); } }
SILENT KILLER Tool