Skip to content

Instantly share code, notes, and snippets.

@paulmiller3000
Last active October 8, 2019 18:22
Show Gist options
  • Save paulmiller3000/ca79a457103f7cccae9e6a4842c18baf to your computer and use it in GitHub Desktop.
Save paulmiller3000/ca79a457103f7cccae9e6a4842c18baf to your computer and use it in GitHub Desktop.
/**
* Load dependencies for additional WooCommerce settings
*
* @since 1.0.0
* @access private
*/
public function p3kg_add_settings( $settings ) {
$settings[] = include plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-p3k-galactica-wc-settings.php';
return $settings;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment