Override class / functions
-
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.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Override class / functions’ is closed to new replies.