Class Woocommerce_Izettle_Loader
Register all actions and filters for the plugin.
Maintain a list of all hooks that are registered throughout the plugin, and register them with the WordPress API. Call the run function to execute the list of actions and filters.
Namespace: Onlineforce\Woocommerce_Izettle
Package: Woocommerce\Izettle\includes
Author: Onlineforce Sweden AB support@onlineforce.net
Located at includes/class-woocommerce-izettle-loader.php
Package: Woocommerce\Izettle\includes
Author: Onlineforce Sweden AB support@onlineforce.net
Located at includes/class-woocommerce-izettle-loader.php
Methods summary
public
|
|
public
|
#
add_action( string $hook, object $component, string $callback, integer $priority = 10, integer $accepted_args = 1 )
Add a new action to the collection to be registered with WordPress. |
public
|
#
add_filter( string $hook, object $component, string $callback, integer $priority = 10, integer $accepted_args = 1 )
Add a new filter to the collection to be registered with WordPress. |
public
|