parent
79406faa22
commit
59bd4c2620
|
|
@ -517,10 +517,10 @@ class RevSliderAdmin extends RevSliderFunctionsAdmin {
|
||||||
}
|
}
|
||||||
|
|
||||||
//check version, latest updates and if registered or not
|
//check version, latest updates and if registered or not
|
||||||
if(get_option('revslider-valid', 'false') == 'false'){
|
// if(get_option('revslider-valid', 'false') == 'false'){
|
||||||
//activate for updates and support
|
// //activate for updates and support
|
||||||
add_action('after_plugin_row_' . $plugin_id, array('RevSliderAdmin', 'show_purchase_notice'), 10, 3);
|
// add_action('after_plugin_row_' . $plugin_id, array('RevSliderAdmin', 'show_purchase_notice'), 10, 3);
|
||||||
}
|
// }
|
||||||
|
|
||||||
if($add){
|
if($add){
|
||||||
add_action('after_plugin_row_' . $plugin_id, array('RevSliderAdmin', 'add_notice_wrap_post'), 10, 3);
|
add_action('after_plugin_row_' . $plugin_id, array('RevSliderAdmin', 'add_notice_wrap_post'), 10, 3);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue