PATH:
home
/
letacommog
/
adelcya
/
wp-content
/
plugins
/
wordpress-seo-premium
/
vendor
/
yoast
/
wp-helpscout
/
src
<?php interface Yoast_HelpScout_Beacon_Setting { /** * Returns a list of helpscout hashes to show the user for a certain page. * * @param string $page The current admin page we are on. * * @return array A list of suggestions for the beacon */ public function get_suggestions( $page ); /** * Returns a product for a a certain admin page. * * @param string $page The current admin page we are on. * * @return Yoast_Product[] A product to use for sending data to helpscout */ public function get_products( $page ); }
[+]
..
[-] 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]