/home/fdhrevqn/public_html/wp-content/themes/fox/widgets/button/widget.php
<?php
extract( $args );
echo $before_widget;

if ( function_exists( 'fox_btn' ) ) fox_btn( $instance );
    
echo $after_widget;