PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /home/telusvwg/techinnovo.co/wp-content/plugins/secure-custom-fields/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : /home/telusvwg/techinnovo.co/wp-content/plugins/secure-custom-fields/acf.php |
<?php
/**
* This file is for the converting of sites from acf.php to secure-custom-fields.php as the main plugin file.
*
* Under this slug, acf.php would have been the main plugin file in < 6.4.0-beta4.
*
* @package wordpress/secure-custom-fields
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( is_admin() ) {
include_once ABSPATH . 'wp-admin/includes/plugin.php';
// Network activations first since is_plugin_active will return true for network activated plugins, whereas this won't for single.
if ( is_plugin_active_for_network( 'secure-custom-fields/acf.php' ) ) {
if ( ! activate_plugin( 'secure-custom-fields/secure-custom-fields.php', '', true, true ) ) {
// activate_plugin returns null on success or WP_Error on failure.
deactivate_plugins( 'secure-custom-fields/acf.php', false, true );
}
}
// Single site activations.
if ( is_plugin_active( 'secure-custom-fields/acf.php' ) ) {
if ( ! activate_plugin( 'secure-custom-fields/secure-custom-fields.php', '', false, true ) ) {
// activate_plugin returns null on success or WP_Error on failure.
deactivate_plugins( 'secure-custom-fields/acf.php', false, false );
}
}
}
// Include the main plugin file to ensure it's loaded if the switch hasn't occurred.
require_once __DIR__ . '/secure-custom-fields.php';