Replies: 0
Hi,
Can you help me for override your class in your plugin. With other plugin, this technique works.
Like this :
// Remove action plugin sliced
function remove_plugin_actions_sliced(){
global $Sliced_Payments;
remove_action( 'sliced_invoice_top_bar_left', array( $Sliced_Payments, 'get_gateway_buttons' ) );
}
add_action('after_setup_theme','remove_plugin_actions_sliced');
(i have licence freelance)
Thank you in advance,
Cordially.