PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
plugins
/
wordpress-seo-premium
/
vendor
/
yoast
/
wp-helpscout
/
src
<?php /** * @package Yoast\WP\HelpScout */ if ( ! function_exists( 'yoast_get_helpscout_beacon' ) ) { /** * Retrieve the instance of the beacon * * @param string $page The current admin page. * @param string $type Which type of popup we want to show. * * @return Yoast_HelpScout_Beacon */ function yoast_get_helpscout_beacon( $page, $type = Yoast_HelpScout_Beacon::BEACON_TYPE_SEARCH ) { static $beacon; if ( ! isset( $beacon ) ) { $beacon = new Yoast_HelpScout_Beacon( $page, array(), $type ); } return $beacon; } }
[+]
..
[-] yoast-seo-helpscout-beacon.js.php
[edit]
[-] class-helpscout-beacon.php
[edit]
[-] functions.php
[edit]
[-] interface-helpscout-beacon-setting.php
[edit]
[-] class-helpscout-beacon-identifier.php
[edit]