if ( ! function_exists( 'sitesage_ai_render_quick_action_icon' ) ) { /** * Render quick action icon markup. * * @param array $action Quick action config. * @return string */ function sitesage_ai_render_quick_action_icon( $action ) { $type = isset( $action['icon_type'] ) ? $action['icon_type'] : 'emoji'; $value = isset( $action['icon_value'] ) ? $action['icon_value'] : ''; if ( 'image' === $type && ! empty( $value ) ) { return ''; } if ( 'font_awesome' === $type && ! empty( $value ) ) { return ''; } if ( ! empty( $value ) ) { return esc_html( $value ); } return ''; } } ?>

SiteSage AI

Hei der!

Hvordan kan jeg hjelpe deg i dag?