PATH:
home
/
lab2454c
/
igpma.com
/
wp-content
/
plugins
/
wp-webhooks
/
core
/
includes
/
integrations
/
learndash
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /** * WP_Webhooks_Integrations_learndash Class * * This class integrates all LearnDash related features and endpoints * * @since 4.3.1 */ class WP_Webhooks_Integrations_learndash { public function is_active(){ return defined( 'LEARNDASH_VERSION' ); } public function get_details(){ $integration_url = plugin_dir_url( __FILE__ ); return array( 'name' => 'LearnDash', 'icon' => $integration_url . '/assets/img/icon-learndash.png', ); } }
[-] learndash.php
[edit]
[-] index.php
[edit]
[+]
..
[+]
triggers
[+]
helpers
[+]
assets
[+]
actions