PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
masterbar
/
inline-help
<?php /** * Inline Help FAB icon template. * * @package automattic/jetpack */ // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable ?> <div class="a8c-faux-inline-help"> <a class="a8c-faux-inline-help__button" href="<?php echo esc_url( $args['href'] ); ?>" target="_blank" rel="noopener noreferrer" title="<?php echo esc_attr__( 'Help', 'jetpack' ); ?>"> <?php echo wp_kses( $args['icon'], $args['svg_allowed'] ); ?> </a> </div>
[-] gridicon-help.svg
[edit]
[+]
..
[-] class-inline-help.php
[edit]
[-] inline-help.css
[edit]
[-] inline-help-template.php
[edit]