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