Thank you man for fast reply
Hmmm! Easiest way is to add the following to your theme functions.php Then all wpDiscuz will work!Thank you man for fast reply
i need it really, but look need keyhttps://prnt.sc/tn3v8v
wpDiscuz - Ads Manager it's working without key
function fix_wpdiscuz_addons() {
if ( ! function_exists( 'get_plugins' ) ) {
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$all_plugins = get_plugins();
foreach ( $all_plugins as $plugin_slug=>$values ){
if(strpos ($plugin_slug, "pdiscuz-")){
$slug_parts = explode("/", $plugin_slug);
$discuz_addon = $slug_parts[0];
get_option('gvt_product_secret_' . $discuz_addon) ? true : add_option('gvt_product_secret_' . $discuz_addon, 'Congratulations! Plugin activated successfully.');
}
}
}
add_action( 'admin_init', 'fix_wpdiscuz_addons' );
very nice, ok i will add it.Hmmm! Easiest way is to add the following to your theme functions.php Then all wpDiscuz will work!
PHP:function fix_wpdiscuz_addons() { if ( ! function_exists( 'get_plugins' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } $all_plugins = get_plugins(); foreach ( $all_plugins as $plugin_slug=>$values ){ if(strpos ($plugin_slug, "pdiscuz-")){ $slug_parts = explode("/", $plugin_slug); $discuz_addon = $slug_parts[0]; get_option('gvt_product_secret_' . $discuz_addon) ? true : add_option('gvt_product_secret_' . $discuz_addon, 'Congratulations! Plugin activated successfully.'); } } } add_action( 'admin_init', 'fix_wpdiscuz_addons' );
lol i do search in google and i found this https://wordpress.org/plugins/code-snippets/Try this addon then!
![]()
LOL I replied earlier (by 5 minuites)!!!lol i do search in google and i found this https://wordpress.org/plugins/code-snippets/
and you reply in the same time with same plugin.
i will try it now
You can now install any wpDiscuz without an issue!
it's working man. you are the best![]()
can you send me link with all new version 7.0>> for future lolYou can now install any wpDiscuz without an issue!![]()
Too much of a headache right now as so many. If you need a particular one, ask and I'll grab it for you.can you send me link with all new version 7.0>> for future lol
I wish you a high moodToo much of a headache right now as so many. If you need a particular one, ask and I'll grab it for you.![]()
that is reaaly BOO
At least you can install them now without worrying about nulling!!!that is reaaly BOO
thanks for all plugins man. I really appreciate it
it's amazing manAt least you can install them now without worrying about nulling!!!![]()