'ahncommerce_widget_about_us', 'description' => __( 'An About Us widget for your site.', 'ahncommerce' ), 'customize_selective_refresh' => true, 'show_instance_in_rest' => true, ); parent::__construct( 'ahncommerce-about-us', _x( 'AhnCommerce About Us', 'Widget title', 'ahncommerce' ), $widget_ops ); } /** * Outputs the content for the current About Us widget instance. * * @since 1.0.0 * * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'. * @param array $instance Settings for the current About Us widget instance. */ public function widget( $args, $instance ) { echo $args['before_widget']; ?>